Lokesh Badavath has Published 99 Articles

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

How to use blockquote in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 09:17:39

640 Views

The tag is to indicate long quotations. It should contain only block-level elements within it and not just plain text. It specifies a section quoted from another source and contains only block-level elements. We can also use the cite attribute inside the tag to indicate the source of ... Read More

How to use quotation marks in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 09:14:47

6K+ Views

We use tag, to add short quotation marks in HTML. And if we want to quote for multiple lines, use tag. We can also use the cite attribute inside the tag to indicate the source of the quotation in URL form. Syntax Following is the syntax ... Read More

How to mark inserted text in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 09:13:01

369 Views

The to be inserted is marked with an underline. Underlined text is used to help draw attention to the text. We use the tag, to mark a text in HTML. It represents a text in a different style from another text in the content of the web page. We ... Read More

How to mark deleted text in HTML?

Lokesh Badavath

Lokesh Badavath

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

2K+ Views

We use tag, to delete a text in HTML. This tag mark strike on the text which is to be delete from the document. We can also use the style attribute, to strike a text in HTML. The style attribute specifies an inline style for an element. This ... Read More

How to use small formatting in HTML?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 09:06:33

321 Views

The tag in HTML makes text font size smaller (one size smaller to the original font size) in the HTML document. The HTML tag is found inside the tag. The tag makes the text one size smaller. Syntax Following is the syntax for the tag. ... Read More

Why do we use head tag in HTML Page?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 08:15:36

3K+ Views

The tag is a container for all the head elements in an HTML page. We use … tag to add it to HTML page. head tag contains the title of the document, styles, scripts, and other HTML elements. The element is a container for metadata-data about data and ... Read More

How to use image height and width attribute in HTML Page?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 08:13:37

2K+ Views

Images make content more interesting by helping readers to understand the content better on the web page. We can insert images into the HTML page. To insert image in an HTML page, use the tags. It is an empty tag, containing only attributes since the closing tag is not ... Read More

How to use href attribute in HTML Page?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 08:11:28

2K+ Views

The href attribute specifies the URL of the page the link goes to (href attribute specifies the link's destination). We should use href attribute with tag so it will be a hyperlink. This tag should be used inside the … tags. Syntax Following is the syntax for ... Read More

How to create headings in HTML page?

Lokesh Badavath

Lokesh Badavath

Updated on 11-Nov-2022 07:43:28

5K+ Views

Headings are the titles or the subtitles of the content that you want to display on the web page. Headings help us to get an idea on the content on the web page. Headings and subheadings represent the key concepts ideas and supporting ideas in the content of the web ... Read More

Advertisements