22.Write a programme using <pre>,<div>

<html>
<head><title> first programme</title></head>
<body>
<pre>
My name is vanquish rana
I am 11 years old                                                       This is HTML
</pre>
<div>
My name is vanquish rana<br>
I am 11 years old &nbsp; &nbsp; &nbsp; &nbsp;                                     This is HTML
</div>
div is used to divide a area 
</body>
</html>
output:-
&n