-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (44 loc) · 1.48 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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>MY FIRST HTML </title>
</head>
<body>
<!-- <h1>Portfolio</h1> -->
<H1>Portfolio</H1>
<header>
<pre>
<P>LINKS:</P>
<button><A href="EDUCATION.HTML" target="_blank">Education</A></button> <button><a href="PROJECTS.HTML">Projects</a></button></P>
</pre>
</header>
<main>
<DIV><section>
Education : COEP (CSE) | ADARSH VIDYALAYA
</section></DIV>
<DIV><section>Projects : HUMANOID A.I | A.I CHATBOT</section></DIV>
<DIV>
<A href="https://www.google.com/?client=safari" target="_main"><img
src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS6WwgH7Nl5_AW9nDCnR2Ozb_AU3rkIbSJdAg&s"
alt="GOOGLE" height="100PX"></A></DIV>
</main>
<footer>
CONTACT ME
</footer>
<BR>
<FORM ACTION="/ACTION.PHP">
<INPUt type="text" placeholder="USERNAME"></INPUt>
<INPUT TYPE="password" placeholder="password">
<LABEl for="101">
<INPUT type="radio" value="CLASS 11" name="CLASS" id="101">CLASS 11</INPUT>
</LABEl>
<label>
<input type="radio" value="CLASS 12" name="CLASS" id="102">CLASS 12</INPUT>
</label>
<BR>
<select name="BANGLORE" id="12">BANGLORE</select>
</FORM>
</body>
</html>