HTML headline tags – h1, h2, h3, h4, h5, h6
The headline tags are used to display headings in html pages in different sizes. These will be used to write main headings, side headings…etc. html supports 6 levels of headings. h1 is largest and h6 is smallest. All heading lines will start on new line. We use these html heading to format text to give [...]
