-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (29 loc) · 1.1 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
<!DOCTYPE html>
<html>
<head>
<title>Junbin's NetArt Project</title>
</head>
<body style="background-color: gray">
<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="Page2.html">Page 2</a>
<p style="color:tomato">this is a <strong>paragraph</strong> of text</p>
<img src="https://alumni.msu.edu/assets/img/SPTY-18-Tryout_Web_Edits_700x450_3.jpg" width="25%"/>
<br/>
<p style="color:yellow" >this is a <em>paragraph</em> of text</p>
<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>