Lokesh Badavath has Published 102 Articles

How to link pages using relative URL in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 10:48:40

13K+ Views

In HTML different HTML elements have attributes that contain link to the other resources. The values of these attributes are URL’s, these can be absolute or relative URL’s. Relative URLs don’t contain full web address. With relative URL we start automatically from the address the browser currently at then we ... Read More

How to link pages using absolute URL in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 10:46:40

2K+ Views

In HTML different HTML elements have attributes that contain link to the other resources. The values of these attributes are URL’s, these can be absolute or relative URL’s. An absolute URL used to link to resources on web page, it includes the website address. Absolute URL’s never changes. We ... Read More

How to use internal CSS (Style Sheet) in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 10:44:29

4K+ Views

Cascading Style Sheets is used to format the presentation of a webpage. CSS is used to style and layout web pages — you can control the presentation of the web page using, to alter the font, color, size, and spacing of your content, split it into multiple columns, or add ... Read More

How to use inline CSS (Style Sheet) in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 10:42:26

3K+ Views

Cascading Style Sheets is used to format the presentation of a webpage. CSS is used to style and layout web pages - you can control the presentation of the web page using, to alter the font, color, size, and spacing of your content, split it into multiple columns, or add ... Read More

How to create hidden comments in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 10:40:04

13K+ Views

Comments are used to hide content. To create hidden comments in HTML, we add tag and end it with -- >. Whatever comes inside this tag it is hidden. These comments allow us to easily understand the code. Comments can be considered as a note to yourself and allows ... Read More

How to display text Right-to-Left Using HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 10:38:17

2K+ Views

The direction property specifies the text direction within a block element on the web page. We use the style attribute, to set text direction in HTML. The style attribute specifies an inline style for an element within a block. The style attribute is used with the CSS property direction to ... Read More

How to set text direction in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 10:34:27

2K+ Views

The direction property specifies the text direction within a block element on the web page. We use the style attribute, to set text direction in HTML. The style attribute specifies an inline style for an element within a block. The style attribute is used with the CSS property direction to ... Read More

How to mark work title using cite tag in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 10:26:24

83 Views

Work title can be the title for a book, a song, a painting, a movie, etc. We use tag, to mark work title in HTML. The tag indicates citation and whatever comes inside the tag represents work title for specified thing on we page. Syntax Following is ... Read More

How to mark abbreviation or acronyms in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 09:21:52

234 Views

We use shortened versions to represent a series of letters. The HTML tag, used to define an abbreviation or an acronym, like "HTML", "CSS", "Mr.", etc. Syntax Following is the syntax for the tag. DLF Example Following is the example program for the tag. DOCTYPE ... Read More

How to markup postal address in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 09:20:03

3K+ Views

Addresses are used in physically locating a building. An address is a information, presented in a fixed format, used to give the location of a building, apartment, along with other identifiers are used such as house or apartment numbers. We use tag, to provide contact details on the web ... Read More

Previous 1 ... 4 5 6 7 8 ... 11 Next
Advertisements