Posted on November 9, 2024, 12:58 pm
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=">
<title>my web page</title>
<link rel="icon" type="image/x-icon" href="my logo.png">
<style>
.link
{
text-decoration: none;
color: white;
}
.link:hover
{
color: yellow;
}
.slider-div-1
{
height: 500px;
width: 100%;
background-image:url("t.jpg");
background-size: cover;
}
body{
margin: 0px;
}
</style>
</head>
<body>
<!-- contact starts -->
<section style="background-color: navy;padding: 15px; color: white;"
<div>
<table width="100%"
<tr>
<th>infotaseensofi21@gmail.com</th>
<th>phone:no:-9622682963</th>
<th>address:baramulla jammu and kashmir</th>
</tr>
</table>
</div>
</section>
<!-- contact ends -->
<!-- menubar starts -->
<section style="background-color: darkgoldenrod;padding: 10px; color: white;"
<div>
<table width="100%">
<tr>
<th>home</th>
<th>about</th>
<th>courses</th>
<th>softwares</th>
<th>pages</th>
<th>discussion</th>
<th>contact</th>
</tr>
</table>
</div>
</section>
<!-- menubar ends -->
<!-- slider starts -->
<section class="slider">
<div class="slider-div-1">
</div>
</section>
<!-- slider ends -->
</body>
</html>
No replies yet. Be the first to reply!