Friday, July 26, 2013

HTML LINE BREAK AND HR TAG

Line bread tag with horizontal rule tag.

<html>
<head>
<Title>HTML CHAPTER 3</Title>
</head>
<body>
<P>This is<br> a link break<br> tag. br tag no need to closed
<h1 align="center">This is h1 tag with center alignment</h1>
<hr>This tag define Horizontal rule</hr>
<hr>This tag define Horizontal rule</hr>
<hr>This tag define Horizontal rule</hr>
<hr>This tag define Horizontal rule</hr>
<hr>This tag define Horizontal rule</hr>
</body>
</html>

Preview


This is
a link break
tag. br tag no need to closed

This is h1 tag with center alignment


This tag define Horizontal rule

This tag define Horizontal rule

This tag define Horizontal rule

This tag define Horizontal rule

This tag define Horizontal rule  

No comments:

Post a Comment