forked from chelsiaj/chelsiaj.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfixedhtml.html
77 lines (67 loc) · 2.37 KB
/
fixedhtml.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>The Quad-Cities Transporation Center</title>
<meta name="description" content="The Quad-Cities Transporation Center has been serving the region for over 30 years.">
<style>
.style1 {margin: 0 auto; border: 1px solid #bbb; padding: 5px; background-color: #eee; line-height: 1.5em;}
</style>
<link href="styles/main.css">
</head>
<body>
<header>
<h1>The Quad-Cities Transporation Center</h1>
<h2>"We have your transporation needs covered!"</h2>
</header>
<nav>
<ul>
<li><a href="#" class="current">Home</a></li>
<li><a href="products/">Products</a></li>
<li><a href="services/">Services</a></li>
<li><a href="locations/">Locations</a></li>
<li><a href="about/">About Us</a></li>
<li><a href="contact/">Contact Us</a></li>
<li><a href="search/">Search</a></li>
</ul>
</nav>
<article>
<img src="http://lorempixel.com/300/200/transport" alt="cars" width="300" height="200">
<h3>Featured Products & Services</h3>
<p>
<ul>
<li>Service One</li>
<li>Service Two</li>
<li>Products</li>
<ul>
<li>Product 1</li>
<li>Product 2</li>
<li>Product 3</li>
</ul>
</ul>
</p>
<div class="style1 right">
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer dictum urna dui. Ut imperdiet facilisis sapien. Nunc ultrices sem eget ligula hendrerit pulvinar non et tellus. Ut dignissim vel ipsum sagittis faucibus. Aenean iaculis eleifend nulla id rhoncus. Cras velit leo, maximus et finibus a, molestie eget quam.
</div>
<br><br><br><br>
<p>
<img src="http://lorempixel.com/300/200/transport" alt="cars"/>
<br>
<br>
<h3>Locations</h3>
<ol>
<li><a HREF="http://www.clarkston.com/business-directory-2/">Clarkston Washington</a></li>
<li><a href="http://www.lewiston.com/business-directory-2-2/">LEWISTON IDAHO</a></li>
<li><a href="http://www.moscow.com/business-directory-2/">Moscow ID</a></li>
</ol>
<marquee>Subscribe to our Newsletter to get daily specials emailed to you directly!!</marquee>
</p>
</article>
<footer>
To find out more, contact Bobby at 4455.
<br>
<br>
Copyright © 2016 | The Quad-Cities Transporation Center | Spokane Washington
</footer>
</body>
</html>