<html>

Description

This element identifies the page as an HTML document. It has two main sections, <head> and <body>.

Example


<html>
<body>
     paragraph#1<!--  w w w. j ava2 s  .c o  m-->
     <hr id="firstRule" noshade color="blue">
     paragraph#2
     <hr id="firstRule" color="blue">
</body>
</html>

Click to view the demo

The code above generates the following result.

html




















Home »
  HTML CSS »
    HTML CSS Reference »




HTML Tag Reference
CSS Reference
CSS Selector Reference
Encoding Reference