-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcss1.html
40 lines (34 loc) · 967 Bytes
/
css1.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="author" content="Brandon Monroe">
<title>Poem</title>
<!-- This is how to make a comment in html file-->
</head>
<body>
<link rel="stylesheet" href="style.css">
<h2 style="text-decoration: underline;">
Trees, by Joyce Kilmer
</h2>
<hr>
<p>
Roses are red,<br>
Violets are blue.
</p>
<p>Testing source control adding extra onto the code</p>
<!--
<h1 id="Obama-Quote">Barack Obama Quotes</h1>
<q class="red">Ive been in 57 states</q><br>
<q class="white">The reforms we seek would be great...</q><br>
<q class="blue">Contrary to the rumors you have heard.</q>
-->
<p>Testing</p>
<div class="eggplant">
Halloween on the river, <br>
Corn Maze: <span class="white orange-background">$10</span>
All you can eat
<span class="black orange">$15</span>
</div>
</body>
</html>