Showing posts with label O Level M1-R5 HTML. Show all posts
Showing posts with label O Level M1-R5 HTML. Show all posts

How create a Frame and frameset in html?






<!DOCTYPE html>
<html>

<head> Example of Frame
 </head>

<Body>
<a href="enter Page's path">click1</a>

<a href="enter Page's path">click2</a>

<a href="enter Page's path">click3</a>
</body>


</html>