-
Notifications
You must be signed in to change notification settings - Fork 479
/
Intro.html
42 lines (42 loc) · 1.6 KB
/
Intro.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
<!DOCTYPE html>
<html>
<head>
<title>New</title>
</head>
<body>
<center>
<h1>Nikhil</h1>
<h4>Kashish</h4>
<form action="direct.html">
<label for="fname">First Name</label>
<input type="text" id="fname"><br><br>
<label for="lname">Last Name</label>
<input type="text" id="lname"><br><br>
<input type="submit"></input>
</form>
<time>May 8, 2025</time><br>
<del>Red</del> <ins>Blue</ins>
<a href="http://www.google.com" style="text-decoration:none;color: black;">Click Here</a>
<p>My name is lella.<mark style="background:blueviolet">My age is 22.</mark></p>
<img src="https://wp-media.petersons.com/blog/wp-content/uploads/2017/12/10124335/glenn-carstens-peters-203007-unsplash.jpg" width=500 height=500>
<img src="https://wp-media.petersons.com/blog/wp-content/uploads/2017/12/10124335/glenn-carstens-peters-203007-unsplash.jpg" width=500 height=500>
<table border="2">
<thead>
<td>Name</td>
<td>Roll No</td>
</thead>
<tr>
<td>Leila</td>
<td>10591</td>
</tr>
<tr>
<td>Pilos</td>
<td>1015</td>
</tr>
</table>
<meter id="disk_c" min="0" max="100" value="90">2 out of 10</meter><br>
</center>
<meter id="disk_c" min="0" max="100" value="35">2 out of 10</meter><br>
<abbr title="Chief Executive Officer" style="text-decoration: none;">CEO</abbr>
</body>
</html>