18. Write a programme using < , >

<html>

<head>

<title>First Programme</title>
</head></title>
<body bgcolor="yellow">
&lt; html &gt;
&lt; head &gt;&lt; title &gt;______&lt; /title &gt;&lt;/head&gt;
&lt;/html&gt;
</body>
     </html>
Output:-

19.Write a programme using <frameset>(body tag will not used in this coding)

<html>
<head><title> first programme</title></head>
<frameset cols="25%,25%,50%">
<frame src="html2.html">
<frame src="html1.html">
<frame src="html2.html">
</frameset>
There can also come rows in the place of cols
</html>
output:-