-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathchitra sante.html
More file actions
52 lines (44 loc) · 1.08 KB
/
chitra sante.html
File metadata and controls
52 lines (44 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html>
<head>
<style>
body{
background-image:url(https://tajholidays.tajhotels.com/content/dam/thrp/destinations/Mangalore/16x7intro/Mangalore-Intro-Final-16x7.jpg);
}
ul {
list-style-type: none;
margin: 0;
padding: 0;
overflow: hidden;
background-color: #236;
}
li {
float: left;
}
li a {
display: block;
color: white;
text-align: center;
padding: 14px 16px;
text-decoration: none;
}
li a:hover:not(.active) {
background-color: blue;
}
.active {
background-color: red;
}
</style>
</head>
<body><marquee> <tr>
<h2><font color="blue">welcome to <h1><font color="red">"chitra sante"</font></h1>a world of picture </font></h2></tr></marquee></body>
<body>
<ul>
<li><a class="active" href="home.html">Home</a></li>
<li><a href="About.html">About</a></li>
<li><a href="features">Fetures</a></li>
<li><a href="catagery.html">Catagery</a></li>
<li><a href="#Help">Help</a></li>
</ul>
</body>
</html>