Web pages are not actually the visually rich documents they appear to be; underlying each web page is HTML code. HTML pages consist of a hierarchy of elements: the html element is at the top of the hierarchy and contains two sub elements : the head and the body. The body contains all [...]