HTML/CSS/Basic Tags/html

Материал из Web эксперт
Перейти к: навигация, поиск

"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>