> HTML elements are instructions inserted within a pair of angle > brackets(<>). These are tags. > The contents within the angle brackets tell the > browser how to render the content within the element. Not necessarily. Some element are not rendered. <...> > Elements are paired, meaning that in order to apply an element to a > section of information within the document, the section must begin > with an opening element tag (e.g., <p>) and must end with a closing > element tag (e.g., </p>). Some elements can have both start and the end tag ommited. End tag is optional for some. <...> > For these single elements, a slash is inserted > just before the element's closing angle bracket (e.g., <br />). Oh, noooo. <...> Regards, Rimantas -- http://rimantas.com/Received on Sunday, 15 July 2007 18:43:43 GMT
This archive was generated by hypermail 2.2.0+W3C-0.50 : Monday, 7 December 2009 10:39:55 GMT