To create a web page font size is very important element. For various size of font size, font size have to change from smaller to bigger. So that I create this *HTML Font Size* post. Here you can sized your font size from smaller to bigger.
HTML Coding |
Show in Browser |
---|---|
[html]<h1>I am on Heading 1</h1>[/html] |
I am on Heading 1 |
[html]<h2>I am on Heading 2</h2>[/html] |
I am on Heading 2 |
[html]<h3>I am on Heading 3</h3>[/html] |
I am on Heading 3 |
[html]<h4>I am on Heading 4</h4>[/html] |
I am on Heading 4 |
[html]<h5>I am on Heading 5</h5>[/html] |
I am on Heading 5 |
[html]<h6>I am on Heading 6</h6>[/html] |
I am on Heading 6 |
If you need very small or very big font size from top table, then you must do that. There is a post follow bellow.
HTML Coding |
Show in Browser |
---|---|
[html]<p style="font-size: 30px;">30 Pixels</p>[/html] |
30 Pixels |
[html]<p style="font-size: 10px;">10 Pixels</p>[/html] |
10 Pixels |
[code language=”css”]<p style="font-size: 8px;">8 Pixels</p>[/code] |
8 Pixels |