-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdbc1.html
46 lines (35 loc) · 1.31 KB
/
dbc1.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
<!DOCTYPE html>
<html>
<head>
<link type="text/css" rel="stylesheet" href="css/dbc1.css" />
<title>DBC1.html Title</title>
</head>
<body>
<h1>heading 1</h1>
<h2>heading 2</h2>
<h3>heading 3</h3>
<h4>heading 4</h4>
<h5 class="yellow">heading 5</h5>
<h6>heading 6</h6>
<p class="yellow">Mumble <em>some</em> text.</p>
<p>Mumbling <strong>more</strong> text.</p>
<p>The last paragraph of mumbling.</p>
<a href="http://www.google.com">google</a>
<a href="http://www.cnn.com" target="_blank">cnn</a>
<a href="mailto:[email protected]">email me</a>
<img src="http://www.on-callsupport.com/img/stories/smallbusiness.jpg"/>
<a href="http://www.yahoo.com"><img src="http://coeapps.fullerton.edu/ed/sped/SpecialProgram/OnTrack/img/train.jpg"/></a>
<br>
<ul id="list1">
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
</ul>
<ol>
<li>item 1</li>
<li>item 2</li>
<li>item 3</li>
</ol>
</body>
</html>
<!--html comment here --!>