Monday, 27 June 2016

Line Break in HTML

<html>
<head>
<title>Line Break</title>
</head>
<body>
<p>The moon is </br>drifting away </br>from left.</p>
</body>
</html>

No comments:

Post a Comment