-
Notifications
You must be signed in to change notification settings - Fork 0
/
Page2.html
32 lines (30 loc) · 1.09 KB
/
Page2.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
<!DOCTYPE html>
<html>
<head>
<title>Junbin's NetArt Project</title>
</head>
<body style="background-color: darkgreen">
<h1 style="border:1px solid tomato;">NetArt</h1>
<h2 style="border:2px solid tomato;">NetArt</h2>
<h3 style="border:3px solid tomato;">NetArt</h3>
<h4 style="border:4px solid tomato;">NetArt</h4>
<h5 style="border:5px solid tomato;">NetArt</h5>
<br />
<hr />
<a href="https://moneizma.wordpress.com/">Don't click!</a>
<br/>
<a href="index.html">Page 1</a>
<p style="color:tomato">this is a <strong>paragraph</strong> of text</p>
<br/>
<p style="color:yellow" >this is a <em>paragraph</em> of text</p>
<img src="goose.gif" width="30%" />
<img src="goose.gif" width="30%" />
<img src="goose.gif" width="30%" />
<p style="color:violet"><em>this is a <strong>paragraph</strong> of text</em></p>
<img src="gooseflying.gif" width="30%" />
<p style="color:red">this is a paragraph of text</p>
<img src="goosespin.gif" width="25%" />
<p style="color:white">this is a paragraph of text</p>
<img src="goosestare.gif" width="25%"/>
</body>
</html>