Friday, June 12, 2009

Blogger Trick: Learn about HTML part 2

This post is a continuation of the post titled Learn about HTML. This tutorial is still in the beginners go to the blogger. Why do I not tell you the tutorial for the expert? Because I am a beginner blogger too that must still learning. So I will take the beginner blogger to learn together. Please continue reading Learn about HTML part 2.



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!

Subscribe Newsletter for Free with us to get any new post from Blogger Trick For You. Please fill your email on the box below, and click Subscribe. We will not share your email address. Because we would appreciate your privacy.

Comments :

1

I want make my own gadget in my blog, but I dont know how to start, can u post a tips for blogger how to make a gadget?

heri said...
on 

Post a Comment

New Old Home