This element is for choose font size that show in your browse. The Heading Tags is <h1>...</h1> ~ <h6>...</h6>.
Example :
<h1>This is heading 1</h1>
<h2>This is heading 2</h2>
<h3>This is heading 3</h3>
<h4>This is heading 4</h4>
<h5>This is heading 5</h5>
<h6>This is heading 6</h6>
The result to be like this :
This is heading 1
This is heading 2
This is heading 3
This is heading 4
This is heading 5
This is heading 6
Or you can using tag
<font size="SIZE NUMBER">YOUR WORD</font>
.Contoh :
<font size="1">Font size 1</font>
<font size="2">Font size 2</font>
<font size="3">Font size 3</font>
<font size="4">Font size 4</font>
<font size="5">Font size 5</font>
<font size="6">Font size 6</font>
<font size="7">Font size 7</font>
These are the result :
Font size 1
Font size 2
Font size 3
Font size 4
Font size 5
Font size 6
Font size 7
See you in the next post. Hope this post useful for you. Good Luck!
0 comments:
Post a Comment