-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaboutme.html
More file actions
43 lines (32 loc) · 795 Bytes
/
aboutme.html
File metadata and controls
43 lines (32 loc) · 795 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title>about me</title>
<link rel="stylesheet" type="text/css" href="vada.css">
<!-- <style type="text/css">
h1{
color: red;
}
li{
color: yellow;
}
</style> -->
</head>
<body>
<h1>about me</h1>
<a href="https:\\www.google.com">dddddddd</a>
<a href="https:\\www.google.com">dddddddd</a>
<h4 >sksksksksks</h4><a href="https:\\www.google.com">dddddddd</a>
<a href="https:\\www.google.com">dddddddd</a>
<a href="https:\\www.google.com">dddddddd</a>
<p id="maami">kdjddjdjdd</p><a href="https:\\www.google.com">dddddddd</a>
<p class="mama">lllllllll</p><a href="https:\\www.google.com">dddddddd</a>
<p class="mama">kkkkkkkk</p>
<ul>
<li type="text">djdjdjd</li>
<li>djdjjd</li>
<h1>hhhhhhhh</h1>
<li>njdjdjd</li>
</ul>
</body>
</html>