Small tag html5, Example of<small> tag of HTML5.


 

Small tag html5, Example of<small> tag of HTML5.

In this tutorial, you will see the use of <small> tag.

In this tutorial, you will see the use of <small> tag.

Small tag html5, Example of <small> tag of HTML5.

Introduction:

The <small> tag is available in HTML5. It is used for minimizing size of text or for highlighting the text. It is also
used for side comment.

Declaration Syntax :

Declaration syntax of <small> in HTML5.

                           <small>............</small>

Example of <small> in HTML5:

Code:
Small_Tag.html
<!doctype html >
<html>
<head><title>Title of document</title></head>
<body>
<h2>Example of &lt;small&gt; tag in HTML5.</h2>
This site contains many quality <small>Java,<br>
JSP Tutorials, Hibernate Tutorials, Struts Tutorials,<br>
JSF Tutorials, RMI, MySQL Tutorials, Spring Tutorials,<br>
source codes</small> and links to other java resources. We have<br>
large number of links to the tutorials on java which <br>
will help you learn java in better way. You will find <br>
these links very useful.
</body>
</html>
Output:

Download this code

Difference Between HTML5 and HTML4.01:

None.

Ads