18. Write a programme using < , >
<html>
<head>
<title>First Programme</title>
</head></title>
<body bgcolor="yellow">
< html >
< head >< title >______< /title ></head>
</html>
</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:-