|
About the Internet About Web Browsers Why Domain Names HTML vs XHTML Making Webpage Files Naming Webpage Files About HTML Tags Basic HTML Page DTDs and Doctype Tags Spaces and New Lines Special Characters Bold, Italics, More Writing Headlines Adding Links Making Lists Comments in HTML How to Add Images Sources of Images Image File Formats Optimizing Images Color in HTML & CSS "Web-safe" Color Chart Making Tables Formatting with Tables Making Forms Using Imagemaps Using Frames Meta Tags Intro to CSS Ways to include CSS Some Useful CSS CSS Hover for Links Promoting Your Site How-To's Homepage Links |
Heading tagsThe exact interpretation of these tags is browser specific. These may look different at home or work than at school. Use these tags to indicate page headlines, subheadings for sections, etc. If you just want big text, make it another way, such as through using CSS. If you have a section heading on your page indicate it with the appropriate level of h tag. <h1> this is for your major headline on the page </h1><h2> this is for the major subcategories or headings</h2><h3> this is for another level of subheading</h3><h4> this is the lowest level of heading usually used</h4><h5> but this one exists also</h5><h6> and so does this one if you want it.</h6> |


