-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathamanprec.html
More file actions
77 lines (72 loc) · 1.72 KB
/
Copy pathamanprec.html
File metadata and controls
77 lines (72 loc) · 1.72 KB
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
67
68
69
70
71
72
73
74
75
76
77
<!DOCTYPE html>
<head>
<title>aman mehta</title>
</head>
<style>
table,th,td
{
border:1px dotted;
color: red;
}
</style>
<body>
<h1>programming language</h1>
<h2>programming language</h2>
<h3>programming language</h3>
<font color=""></font>
<h4>
programming language</h4>
<h5>programming language</h5>
<h6>programming language</h6>
<p>aman mehta is a good boy</p>
<p>studying computer science </p>
<p><a href="https://www.instagram.com/luckky_m_e/">aman's profile</a></p>
<img src="hott.jpg" width="300" height="400">
<img src="https://tse4.mm.bing.net/th?id=OIP.qrC_MGiHtOPwtjxWEcuY2QHaDD&pid=Api&P=0&w=417&h=173" width="400" height="300">
<iframe src="<iframe width="560" height="315" src="https://www.youtube.com/embed/q_0uF80IZXM" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>">
<!--unorderd list-->
<ul>
<li>python</li>
<li><i>javascript</li></i>
<li>java</li>
<li>c++</li>
<li>c language</li>
</ul>
<!--ordered list-->
<ol>
<li><b>python</li></b>
<li>javascript</li>
<li>java</li>
<li>c++</li>
<li>c language</li>
</ol>
<form action="/" method="GET">
<div>
<label for="name"> Name</label>
<input type='text'name='name'>
</div>
<div>
<label for="email"> Email</label>
<input type="email" name="Email">
</div>
<input type="submit" value="click me" >
</form>
<table>
<th>
<tr>
<th>Name</th>
<th>Email</th>
<th>Age</th>
</tr>
</th>
<tbody>
<tr>
<td>Aman</td>
<td>mehtaaman343@gmail.com</td>
<td>19</td>
</tr>
</tbody>
<div>
<textarea name="message" id="message" cols="30" rows="10"></textarea>
</div>
</body>