Showing posts with label My first paragraph. Show all posts
Showing posts with label My first paragraph. Show all posts

frameset noresize

<html>

<frameset rows="50%,50%">
   <frame noresize="noresize" src="test_image.html">

<frameset cols="40%,60%">
   <frame noresize="noresize" src="test_table_align.html">
   <frame noresize="noresize" src="test_text_dfn.html">
</frameset>

</frameset>

</html>

My First Heading

<html>
<body>

<h1>My First Heading</h1>

<p>My first paragraph</p>

</body>
</html>