Tag Archive | html coding

HTML | Tags | Headings | Breaks

  Headings: XHTML offers six levels of headings, which use the elements <h1> ,<h2> ,<h3> ,<h4> ,<h5> and <h6>. Browsers display the <h1> element as the largest of the six and <h6> as the smallest. Most browsers display the contents of the <h1> ,<h2> and <h3> elements  larger than the default size of text in […]

HTML | Attributes

Tag Attributes: Tags support one or more attributes. These attributes are included in attribute_name=”attribute_value” <p align=”2″> Rules for Attributes:  Any attributes in an HTML tag need to appear after the HTML tag name.  The attribute name must be followed immediately by an equal sign (=).  The attribute value needs to come immediately after the equal […]