Search This Blog

Tuesday, 31 January 2017

Time Table using html

<html>
<head>
<frameset rows="20%,80%">
<frame src="header.html">
<frameset cols="25%,75%">
<frame src="tags.html">
<frame src="pdf_viewer.html" name="pdf_viewer">
</frameset>
</frameset>
</head>
</html>
view raw index.html hosted with ❤ by GitHub

No comments:

Post a Comment