Sabtu, 12 Oktober 2013

Example of HTML Frameset and Table Code

<html>
<frameset rows="15%,70%,15%">
<frame src="Portal.html">
<frameset cols="20%,60%,20%">

<frame src="register.html">
<frame src="proyek.html">

<frameset rows="50%,50%">
<frame src="Green.html">
<frame src="yellow.html">
</frameset>
</frameset>
<frameset cols="25%,25%,25%,25%">
<frame src="yellow.html">
<frame src="Red.html">
<frame src="Green.html">
<frame src="Red.html">

</html>

Tidak ada komentar:

Posting Komentar