Friday, April 5, 2013

Tugas 1 Layout Frame

Pemrograman Web, Layout frame

HTML nya :

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
</head>

<frameset rows="*,61" cols="*" framespacing="0" frameborder="no" border="0">
  <frameset rows="80,*" frameborder="no" border="0" framespacing="0">
  <frame src="Frame1.html" name="topFrame" scrolling="No" noresize="noresize" id="topFrame" title="topFrame" />
  <frameset rows="*" cols="193,*" framespacing="0" frameborder="no" border="0">
  <frame src="Frame2.html" name="leftFrame" scrolling="No" noresize="noresize" id="leftFrame" title="leftFrame" />
  <frameset rows="*" cols="*,288" framespacing="0" frameborder="no" border="0">
  <frame src="Frame3.html" name="mainFrame" id="mainFrame" title="mainFrame" />
  <frame src="Frame5.html" name="rightFrame" scrolling="No" noresize="noresize" id="rightFrame" title="rightFrame" />
 </frameset>
 </frameset>
 </frameset>
  <frame src="Frame4.html" name="bottomFrame" scrolling="No" noresize="noresize" id="bottomFrame" title="right1" />
</frameset>
<noframes><body>
</body>
</noframes></html
 
LEFT
 
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
 background-color: #FF0000;
}
body,td,th {
 font-size: large;
}
-->
</style></head>

<body>
<p align="center"><a href="http://hahahedo.blogspot.com" target="_blank">Home</a></p>
<p align="center"><a href="http://www.facebook.com/hedo.haha" target="_blank">Profil</a></p>
<p align="center"><a href="http://hahahedo.blogspot.com" target="_blank">My Blog</a></p>
<p align="center"><a href="http://google.com" target="_blank">Google</a></p>
</body>
</html>
 
TOP
 
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Aji Web</title>
<style type="text/css">
<!--
body {
 background-color: #99FF00;
}
body,td,th {
 font-size: xx-large;
}
-->
</style></head>

<body>
<div align="center">AJI WEB BLOG`S
</div>
</body>
</html>
 
RIGHT
 
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
 background-image: url();
 background-color: #33FFFF;
}
-->
</style></head>

<body>
<p>Selamat datang di Web saya, Masih Newbie, saran dan kritik </p>
<p>SMS ke sini : 081915880613 </p>
</body>
</html>

BOTTOM
 
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Untitled Document</title>
<style type="text/css">
<!--
body {
 background-color: #00FF00;
}
body,td,th {
 font-size: x-large;
}
-->
</style></head>

<body>
<div align="center">Footer
</div>
</body>
</html>
 
 
 

Share this

0 Comment to "Tugas 1 Layout Frame"

Post a Comment