<html>
<head>
<title> Code for line break and line drawn in programe </title>
</head>
<body bgcolor=black text=white>
<h1> HTML is very easy to learn. </h1>
<p> Welcome to teh world of HTML. </p>
<p> This is the first paragraph.<br> However short it is still a paragraph!</p>
<p> And this is the second paragraph. <hr> </p>
</body>
</html>

No comments:
Post a Comment