
Hi all, Please let me know if we can resize the Header tags in HTML for example H1,H2 and so on...
Actually, it looks very ugly when i write the title in H1 or H2 tags. Please suggest.
Thanks.

We can resize header tags in CSS .. and further call that class into you HTML file.
h1{ font-size:60px;}
h2{ font-size:48px;}
h3{ font-size:36px;}
h4{ font-size:24px;}
h5{ font-size:18px;}
h6{ font-size:14px;}