-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path16th.html
More file actions
21 lines (21 loc) · 737 Bytes
/
16th.html
File metadata and controls
21 lines (21 loc) · 737 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!-- overrinding style sheets -->
<!DOCTYPE html>
<html>
<head>
<title>16th Page</title>
<link rel="stylesheet" href=style7.css>
<style type="text/css">
h3 >a{
font-family:sans-serif;
color:burlywood; <!-- Overriden -->
font-size: 20px;
}
</style>
</head>
<body>
<h1><strong>My 16th page</strong></h1>
<a href="https://www.linkedin.com/in/myk7parmar"><span>F</span>irst Came Me</a>
<p><a href="https://www.linkedin.com/in/myk7parmar"><span>T</span>hen Came Me</a></div></p>
<h3><a href="https://www.linkedin.com/in/myk7parmar"><span>A</span>nd thats Me</a></h3>
</body>
</html>