-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (53 loc) · 1.94 KB
/
index.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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
<html>
<head>
<title>
First Program
</title>
<style>
body{
background-color: rgb(31, 150, 47);
}
h1{
text-align: center;
color: rgb(5, 18, 136);
text-decoration: underline;
text-transform: uppercase;
font-size: 96px;
font-style: italic;
}
img{
align-content: center;
padding-left: 150px;
padding-right: 300px;
}
p{
color: white;
}
h2{
color: red;
}
</style>
</head>
<body>
<h1>First Program</h1>
<h2>First Program</h2>
<h3>First Program</h3>
<p>
<br>This article is distributed under the terms of the Creative Commons Attribution-Noncommercial-NoDerivs
(CC BY-NC-ND)license.</br>
<br>license only allows you to download this word and share it withs others as long as you credit the authors,but you can't change the article in any way or use it commercially.</br>
<br>More indormation and the full terms of the license here:https://creativecommons.org/licenses/</br>
</p>
<h4>First Program</h4>
<h5>First Program</h5>
<h6>First Program</h6>
<p>
<br>This article is distributed under the terms of the Creative Commons Attribution-Noncommercial-NoDerivs
(CC BY-NC-ND)license.</br>
<br>license only allows you to download this word and share it withs others as long as you credit the authors,but you can't change the article in any way or use it commercially.</br>
<br>More indormation and the full terms of the license here:https://creativecommons.org/licenses/</br>
</p>
<hr/>
<img src="C:\Users\Hp Folio\Documents\VSCODE\New folder\assignments\test.jpg"alt="test">
</body>
</html>