frameset p2

 avatar
unknown
plain_text
2 years ago
1.0 kB
8
Indexable
<!DOCTYPE html>
//h4.html
<html>
<head>
<title>frameset
</title>
<frameset cols="30%,10%,40%,20%">
<frame src="h4_1.html">
<frame src="h4_2.html">
<frame src="h4_3.html">
<frame src="h4_4.html">
</frameset>
</head>
</html>




//h4_1.html
<html>
<head>
<title>image</title>
</head>
<body>
<style>
body
{
background-image:"D:\Aswin\Images\deva.jpg";
background-size:cover;
color:blue;
opacity:0.5;
}
</style>
</body>
</html>

//h4_2.html
<html>
<head>
<title>table
</title>
<body>
<table border="1">
<tr>
<th>name</th>
<th>gender</th>
<th>age</th>
</tr>
<tr>
<td>appu</td>
<td>f</td>
<td>5</td>
</tr>
<tr>
<td>appu</td>
<td>f</td>
<td>5</td>
</tr>
</table>
</body>
</html>

//h4_3.html
<html>
<head>
<title>link
</title>
</head>
<a href="https://devagiricollege.org/">
<img src="D:\Aswin\deva.png">
</a>
</body>
</html>

//h4_4.html
<html>
<head>
<title>link
</title>
</head>
<a href="https://devagiricollege.org/">visit devagiri
</a>
</body>
</html>

Editor is loading...