Kids Coding: Basic HTML | Header Tags

Learn CodingAssalamu’alaikum,

Please click here to read our previous HTML tutorial (setting up an HTML document and inserting a paragraph). In this tutorial, I’ll show you how to add a title to a paragraph.

Normally, when you make a paragraph, you need to add a tittle or a subtitle. To do that, you can insert a header tag. There are 6 types of header tags. They are defined with the <h1> to <h6> tags. <h1> defines the most important header while <h6> defines the least important header. Please see picture below for details.  Continue reading