Horje
How to create HTML <small> Element

The HTML <small> element defines smaller text:


Example of HTML <small> Element

<p><small>This is some smaller text.</small></p>

Full Example of HTML <small> Element

index.html
Example: HTML
<!DOCTYPE html>
<html>
<body>

<p>This is some normal text.</p>
<p><small>This is some smaller text.</small></p>

</body>
</html>

Output should be:

Full Example of HTML <small> Element





Category:
Web Tutorial
Sub Category:
HTML Formatting
Uploaded by:
Admin


Read Article
https://horje.com/learn/1434/reference