HTML/CSS/Basic Tags/html
"html" identifies an HTML document
<html>
<head>
<title>hr element example</title></head>
<body>Text
<hr id="firstRule" noshade color="blue">
Text
<hr id="secondRule" color="blue">
<br>
<br>
www.wbex.ru
</body>
</html>