Monday, 27 June 2016

Horizontal Rules in HTML

<html>
<head>
<title>Horizontal Rules</title>
</head>
<body>
<p>The moon is drifting away from left</p>
</hr>
<p>The moon is drifting away from left</p>
</body>
</html>

No comments:

Post a Comment