Home Tutorial Html Html5 Small tag html5, Example of<small> tag of HTML5.

 
 

Small tag html5, Example of<small> tag of HTML5.
Posted on: September 14, 2010 at 12:00 AM
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.

Related Tags for Small tag html5, Example of<small> tag of HTML5.:


Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.