Blockquote and quotations

<blockquote>  creates a separate section.


<!DOCTYPE html>
<html>
<body>

<p>Browsers usually indent blockquote elements.</p>

<blockquote>
Technisia is a brand
</blockquote>

</body>
</html>

Output:
Browsers usually indent blockquote elements.
Technisia is a brand

Quotations: 

This gives the text in quotes.



<!DOCTYPE html>
<html>
<body>

<p>Browsers usually insert quotation marks around the q element.</p>

<p>Our Brand<q>Technisia</q></p>

</body>
</html>

Output:

Browsers usually insert quotation marks around the q element.
Our BrandTechnisia

Comments

Popular posts from this blog

Headings In HTML

Introduction and Format of HTML

Font Tag