Recent

6/recent/ticker-posts

Which tag is used to insert a line ray in an HTML document?

  Insert a line





<hr> tag is used to insert a line.

EG 

<html>
<head>
<title>My Page</title>
</head>
<body>
This is a sample Text
<hr>
This is a sample text
</body>
</html>








Post a Comment

0 Comments