Frame set in HTML

Working with Frame set in HTML for practice


Type this code in text editor and save file with .html extension.
-------------------------

<!doctype html>
<html>
<head>
<title>Basic Example of Frame set</title>
</head>
<frameset rows="50%,50%">
<frame src="https://www.itcomputerguruji.com"></frame>
<frame src="https://www.itcomputerguruji.com/p/html-lab-assignment.html"></frame>
</frameset>
</html>

----------------------

Output-



Post a Comment

0 Comments