Computer Science, asked by NayanSk, 10 months ago

differentiate between blockquote and address Tag​

Answers

Answered by aakankshavatsal
7

HTML Text Tags are used to write text in HTML. By default, the text in the body of the code is called plain text; where all the text elements are written inside the body.

Some of the most used / popular HTML Text Tags are as follows:

1. Para Tag

2. Address Tag

3. Blockquote Tag

4. TT Tag

5. PRE Tag

6. FONT Tag

Address Tag: The Address tag is used to add postal address in a web page. Address is a function element having style = 'Italic' and the default font-size is 1em.

Example:

ABC Corp.

230, West Palm Complex,

Sec 13, Pune Mah, 411028

P: (020) 428032

Full Name

[email protected]

<address> Address Tag </address>

Blockquote Tag: The Blockquote tag is used to write a Block Level quotation in HTML, which is mainly a text with Extended Quotation. By default there is a margin of 40 px from left and right in blockquote.

Example:

This is a blockquote Tag.

<blockquote> blockquote Tag </blockquote>

Similar questions