Search This Blog

HTML Horizontal Line With Width Attribute Example

HTML Horizontal Line Tag With Width Attribute Example :
<!doctype html>
<html>
<head>
<title> www.kod4u.blogspot.com </title>
</head>
<body>
<center>
<h2> Horizontal Line Tag With Width Attribute Example </h2>
<hr color="red" width="500"/>
<p> Horizontal line tag we can put a line to any webpage</p>
</center>
</body>
</html>

OUTPUT
HTML Horizontal Line With Width Attribute Example

No comments:

Post a Comment