-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
41 lines (39 loc) · 1.23 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<title>hello world!</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="style.css">
<!-- <style>
h2 {
color:red;
font-size:70px;
margin: 0px;
background-color: blue;
text-align: center;
}
p{
color:#999999;
background-color: rgb(255, 0, 0);
}
</style> -->
</head>
<body>
<!-- <h2>heheheheheheheheh</h2>
<div class="index">
<section>
<h1 style=" background-color: #4454d2;">this website is about stuff</h1>
<h2 class="title" id="title">latest article</h2>
hello world!
<p title="this si some website content!" >hello world this is a paragraph</p>
</section>
</div> -->
<h1>contact page </h1>
<p>name:- nityanand kumar</p>
<p>number:- 7004813144</p>
<p>email:- [email protected]</p>
<!-- <a href="#">this is a link </a>
<p class="paragraph">The height and width attributes specify the height
and width of an input type="image" element.</p> -->
</body>
</html>