-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathASHANK.html
62 lines (53 loc) · 1.56 KB
/
ASHANK.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="UTF-8">
<title>NIA</title>
<script type="text/javascript">
alert("WELCOME TO MY AREA");</script>
<style media="screen">
h0{
color: red;
font-size: 80px;
right: auto;
}
p{
border: 10px solid blue;
margin: 30px;
padding : 20px;
<!--background-color: chartreuse;
font-size: 40px;-->
page-break-after: right;
}
body{
<!--background-image:"https://cdn.wonderfulengineering.com/wp-content/uploads/2016/02/iron-man-wallpaper-22.jpg";
}
</style>
<img src="https://cdn.wonderfulengineering.com/wp-content/uploads/2016/02/iron-man-wallpaper-22.jpg">
<style media="screen">
.two{
background-color:red
}
</style>
</head>
<div class="one">
<p>hello and welcome to the airbase..</p>
</div>
<div class="two">
<p>stage 1 </p>
</div>
<div class="three">
<p>stage 2</p>
</div>
<body>
<h0>FIRST WEBPAGE</h0>
<P><q>hello sir</q><em>MY</em>"NAME"<br> IS ASHANK <br> and </P>
<a href="https://www.google.co.in/">GOOGLE</a>
<h1>HEADING 1</h1>
<h2>HEADING 2</h2>
<h3>HEADING 3</h3>
<h4>HEADING 4</h4>
<h5>HEADING 5</h5>
<img src="https://cdn.wonderfulengineering.com/wp-content/uploads/2016/02/iron-man-wallpaper-22.jpg">
</body>
</html>