-->
Showing posts with label hr tag. Show all posts
Showing posts with label hr tag. Show all posts

HTML page with hr tag

With the help of following example we can understand about hr tag.
----------------------------------------------------------------------------------------------------------------
<html>
<head>
<title>
understanding horizontal line/ruler tag 
</title>
</head>
<body>
<hr width="100%" size="2px" color="#ABCDEF" align="right">

</body>
</html>