HTML document construction

HTML documents contain HTML elements

HTML elements are marked up by HTML tags

Elements normally have opening and closing HTML tags

HTML tags are text bounded by < and >

Opening HTML tags are < tag > , closing are < /tag >

E.g. : < title > The Page Title < / title >

HTML Tags are not case - sensitive

Lower-case tags are required by XHTML

HTML Tags may contain attributes