17.10.17

what is meant byHorizontal rules?

For defining the horizontal rule we use<hr>tag.As an affect of this tag we can see the horizontal line on the web browser.These lines are called horizontal rules.

Here is the demo for<hr>tag.

XHTML Document


<html>
<head>
<title>Demo of Horizontal Rule</title>
</head>
<body>
<center>
<h3>Abdul kalam quotes</h3>
</center>
<hr/>
<br/><br/>
<em>A.P.J.Abdul Kalam</em>
</body>
</html>

No comments:

Post a Comment

Featured Post