← Back to Forum

web page

Posted on November 12, 2024, 1:38 pm


<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>web page</title>
<style>
.link
{
text-decoration: none;
color: white;
}
.link:hover
{
color: blueviolet;
font-size: 30px;
}
.slider_div1
</style>
</head>
<body style="margin: 0%;font-family: Arial, Helvetica, sans-serif;">
<!-- contact details starts -->
<section style="background-color: rgb(40, 241, 241); padding: 15px;">
<div>
<table width="100%">
<tr>
<th>email:bhataamina57@gmail.com</th>
<th>phone no:9906453277</th>
<th>adress:baramulla, j and k</th>
</tr>
</table>
</div>
</section>
<!-- contact details ends -->
</body>
<!-- menu bar starts -->
<section style="background-color: cadetblue; padding: 10px;">
<div>
<table width="100%">
<tr>
<th><a href="#" class="link">home</a></th>
<th><a href="#" class="link">about</a></th>
<th><a href="#" class="link">courses</a></th>
<th><a href="#" class="link">software</a></th>
<th<a href="#" class="link">pages</a>pages</th>
<th><a href="#" class="link">discussion</a></th>
<th><a href="#" class="link">contact</a></th>
</tr>
</table>
</div>
</section>
<!-- menu bar ends -->
<section class="slider">
<div class="slider_div1">

</div>
</section>


</html>


Add a Reply


Replies (0)

No replies yet. Be the first to reply!