HTML

 <!DOCTYPE html>

<html>
<head>
<title>LineBreak Example</title>
</head>
<body>
<p>Hellow<br/>
    Your delivered your assignment on time.<br/>
    Thanks<br/>
    ABCD </p>
    </body>
    </html>

Comments