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 xmlns="http://www.learnhtmeasyl.blogspot.com/2017/xhtml">
<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