-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbasic.html
More file actions
68 lines (65 loc) · 2.31 KB
/
basic.html
File metadata and controls
68 lines (65 loc) · 2.31 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>mamba gang</title>
<link rel="stylesheet" href="./style.css">
</head>
<body>
<h1>welcome to mamba gang!!</h1>
<h2>members</h2>
<h3 style="color:red">1.Bala<sub>ks</sub><br>
2.churchill<br>
3.haresh<sup>k</sup><br>
4.Nithish<br>
5.pragadheesh<br>
6.ganapathy
</h3>
<p><b><mark>"#Anbu thaan ellame"</b></mark>
<br>
directed by team.
</p>
<a href="https://findtheinvisiblecow.com/" target="_blank">click</a><br>
<a href="https://www.google.com/search?q=black+mamba&oq=black+mamba&gs_lcrp=EgZjaHJvbWUqBwgAEAAYjwIyBwgAEAAYjwIyDQgBEC4YgwEYsQ" target=""_blank>pic</a>
<br>
<a href="#rules">move to rules</a>
<h2 id ="rules">rules</h2>
<ol>
<li>rules1:do not talk about black mamba</li>
<li>rules2:follow rule no 1</li>
</ol>
<di>
</di>
<table>
<tr>
<th>content</th>
</tr>
<tr>
<td>data1</td>
<td>data2</td>
<td>data3</td>
</tr>
</table>
<img src="C:\\Users\\MARUTHAM TECH\\Pictures\\WhatsApp Image 2023-06-03 at 8.54.59 AM.jpeg" alter="Image" >
<h2> form</h2>
<form action="#" method="post"><!--another method "get"-->
<label>Name:</label>
<input type="text" name="Name"><br><br>
<label>password:</label>
<input type="password" name="password"><br><br>
<label>Emailid:</label>
<input type="email" name="Emailid"><br><br>
<button type="submit">submit</button>
</form>
<audio src="C:\\Users\\MARUTHAM TECH\\Music\\Danga maari remix -- DPJ -- maari.mp3" width="320" heigth="240" controls>
</audio>
<video src="C:\\Users\\MARUTHAM TECH\\Pictures\\WhatsApp Video 2023-01-12 at 6.41.57 AM.mp4" width="320" heigth="240" controls>
</video>
<iframe width="560" height="315"
src="https://www.youtube.com/embed/5_eAAZ9CgHA?si=YgvMWNkoLA5d_Qfs"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen>
</iframe>
<h1 class ="title">heading</h1>
<p id="para">yyhbdbyzcfwwegyjkiojbyugsbkmewnnrjrnknjerl</p>
</body>
</html>