You are on page 1of 4

Frame Index.

html

<html>

<head>

<title>Frame Index</title>

<link rel="stylesheet" type="text/css" href="horizontal.css"/>

</head>

<frameset border="1" frameborder="1" framespacing="4" rows="30%,*">

<frame name="title" src="title.html">

<frameset border="2" frameborder="1" framespacing="2"cols="20%,*">

<frame name="menu" src="menu.html">

<frame name="content" src="content.html">

</frameset>

</html>

Menu.html

<html>

<head>

<title>MENU</title>

</head>

<body bgcolor="yellow">

<pre>

<p><a href="Home.html" target="content">BERANDA</a>

<p><a href="MAJT.html" target="content">Masjid Agung Jawa Tengah</a>

<p><a href="gedongsongo.html" target="content">Candi Gedong Songo</a>


<P><a href="sampokong.html" target="content">Sam Po Kong</a>

</body>

</html>

Home.html

<html>

<head>

<title>Home</title>

</head>

<body>

<h1><marquee direction="left" behaviour="left">WELCOME TO MY SIMPLE WEB</marquee></h1>

</body>

</html>

Title.html

<html>

<head>

<title>Halaman Title</title>

</head>

<body>

<img src="head.jpg" height="100%" width="100%">

</body>

</html>

content

<html>
<head>

<title> content </title>

</head>

<body>

<h1><center><font color="#00CC00"> <marquee> WELCOME TO MY WEBSITE </marquee>


</font></center></h1>

</body>

</html>

Nama wisata

<html>

<head>

<title> Lawang Sewu </title>

<style>

img{

width:300px;

height:200px;

border: 4x solid #999999;

padding: 1opx;

body{

background-color:#CC9966;

-webkite-background-size:100% 100%;

-moz-background-size:100% 100%;

-o-background-size:100% 100%;

background-size: 100% 100%;


}

</style>

</head>

<body>

<p align="center"> <font color="#FFFFFF"> <font size="6"> <b> nama wisata </b> </font> </font>
<hr /> </p>

<center><img class="nama wisata" src="nama wisata.jfif"> </center>

<p align="left"> <font size="5"> <font color="#FFFFFF"><b> nama wisata </b></font></p></font>

<p align="justify"><font color="#FFFFFF"> <font size="4"> isi conten

</font></font></p><br><br>

<center> <h1> Video nama wisata </h1>

<video width="500" height="500" controls>

<source src=" nama wisata.mp4" width="200" height="200" type="video/mp4" />

</video> </center>

<br><br><br>

</font></font></p><br><br>

</body>

</html>

You might also like