-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (27 loc) · 1.39 KB
/
index.html
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
<!DOCTYPE html>
<html>
<head>
<title>WEBTECHNOLOGIES</title>
</head>
<body>
<h1>All tags of html</h1>
<a href="https://gurusanthoshkumarmeda.github.io/html/first.html">this is my first html page</a></br>
<a href="third.html">this is my second html page</a></br>
<a href="https://gurusanthoshkumarmeda.github.io/html/third.html">this is my third html page</a></br>
<a href="https://gurusanthoshkumarmeda.github.io/html/fourth.html">this is my fourth html page</a></br>
<a href="https://gurusanthoshkumarmeda.github.io/html/fifth.html">this is my fifth html page</a></br>
<a href="wtclass/seven.html">this is my seventh html page</a></br>
<a href="profile.html">click my profile to know</a></br>
<a href="https://gurusanthoshkumarmeda.github.io/html/myprofile.html">click here to see my profile</a></br>
<a href="inline.html">see inline css</a></br>
<a href="external.html">see internal and external css</a></br>
<a href="style.css">this is my css page</a></br>
<a href="bootstrap.html">click here for alert componenet</a></br>
<a href="button.html">component of button</a></br>
<a href="table.html">tabletask</a></br>
<a href="Mystory.html">Mystory</a></br>
<a href="form.html">Forms</a></br>
<a href="web1.html"> JNTUA Admission form </a></br>
<img src="detective_pikachu_.jpg" width="500px" height="300px" alt="try differently">
</body>
</html>