-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathweb.html
More file actions
38 lines (33 loc) · 928 Bytes
/
web.html
File metadata and controls
38 lines (33 loc) · 928 Bytes
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
<!DOCTYPE html>
<html>
<head>
<title> LAMBORGHINI</title>
</head>
<body>
<center>
<h1> LAMBORGHINI</h1>
<h2>LAMBORGHINI</h2>
</center>
<hr>
<p>
THE <span style="color: yellow;background-color: black;">BULL</span>BULL WHICH MAKES YOU FEEL HIGH AND FLY
</p>
<hr>
<hr>
<div style="background-color: red;font-size: 14px ;font-family: fantasy;color: whitesmoke;"> <b>FERRARI ,BUGGATI,TOYOTA</b></div>
<form>
<label> USERNAME</label>
<input type="text" name="First name"><br>
<label>GENDER</label>
<input type="radio" name="r2">male
<input type="radio" name="r2">female
<label>password</label>
<input type="password" name="r3">
<select>
<option>USA</option>
<option selected>INDIa</option>
</select>
<input type="button" value="CLIVK ME">
</form>
</body>
</html>