-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvinay.html
More file actions
48 lines (44 loc) · 1.92 KB
/
Copy pathvinay.html
File metadata and controls
48 lines (44 loc) · 1.92 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Personal Information</title>
<h1 style="color : black; margin-left:700px"> Personal Information</h1>
</head>
<body style="background-color : yellow">
<h2 style=" color : blue; margin-left:600px;font-family: verdana;font-size: 300%;">Name -Vinay kumar</h2>
<h2 style="color:blue; margin-left:600px;font-family: verdana;font-size: 300%;">Class - Mca 3rd year</h2>
<h2 style="color:blue; margin-left:600px;font-family: verdana; font-size: 300%;">Age -24</h2>
<h2 style="color:blue; margin-left:600px ;font-family: verdana;font-size: 300%;">State -Himachal Pradesh</h2>
<h2 style="color:blue ;margin-left:600px;font-family: verdana; font-size: 300%;">Address - kangra</h2>
<h3 style="color:green ;margin-left:600px;font-family: verdana; font-size: 300%;">Computer languages- Python,c,javascript</h3>
<p style=" border: 2px solid powderblue;
padding: 30px;text-align:center;" >This is the correct information that i add in this web page..
and i want to work more on the html and css in future.</p>
<div class="divClass1">
this is my content and i am here to write the code
</div>
<div class="form">
<h1>my form</h1>
<form>
<label>Name</label>
<input type="text" value="" name="name">
<label>marital_status</label>
<select name="marital status">
<option>single</option>
<option>married</option>
<option>widow</option>
</select>
<label>interest</label>
<label>cricket</label>
<input type="checkbox" name="cricket" value="cricket">
<label>TV</label>
<input type="checkbox" name="TV" value="TV">
<label>food</label>
<input type="checkbox" name="food" value="food"></br>
<label>gender</label>
<label>male</label>
<input type="radio" name="gender">
<label>female</label>
<input type="radio" name="gender"></br>
</form>
</body>