More:

Saturday, 10 January 2015

HTML Tutorial – 4 (Learning about Headings in HTML)

HTML Tutorial – 4
(Learning about Headings in HTML)
Hello Everyone. Hope you are in good health. Today I am going to tell you about some text handling in HTML. My tutorials might be very slow in speed but they are very helpful to learn HTML with good base, because HTML is the core language of web developing so I am focusing to make it strong.
So let’s start. Headings are very common thing in everyday’s text work, so HTML offers so quick shortcut tool to make your text Heading by putting just one tag called <h1>. This tag will give your text a specific size and weight. What if you don’t want that much big heading?
Then HTML has its solution too, it offers similar tags like: <h2>, <h3>, <h4>, <h5>, <h6>. These tags assign predefined size and weight to your text. <h1> is the biggest heading and <h6> is the smallest heading tag.
Here is how we will type it into the editor:



Here is how it will be shown in the browser:




If you have any question or suggestion please let me know in the comments below, I’d love to hear from you. Thanks for reading.


Previous Tutorial                                                                                            

No comments:

Post a Comment