Search This Blog

HTML Horizontal Line Tag Example

HTML Horizontal Line Tag Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Horizontal Line Tag Example </h2>
<hr/>
<p> Horizontal line tag we can put a line to any webpage</p>
</center>
</body>
</html>

OUTPUT

No comments:

Post a Comment