Friday, October 17, 2014

Write a HTML program to demonstrate the use of <HR> tag.


Write a HTML program to demonstrate the use of <HR> tag.
Code :hr.html

<html>
<head>
<title>example of HR tag</title>
</head>
<body>
Bio Data<hr> Name --> Mital purani<br>DOB --> 5/8/1985<br>City --> Junagadh<br>
Hobby --> singing, painting<br>
</body>
</html>


No comments: