-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
27 lines (27 loc) · 1.2 KB
/
Assignment.html
File metadata and controls
27 lines (27 loc) · 1.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>"Cars, Cars, Cars  !"</title>
<meta charset="UTF-8">
</head>
<body>
<main><h1>What cars should be.<h1>
<h1><p>Cars should be fast.</p></h1>
<h3><p>Cars should be safe.</p></h3>
<h6><p>Cars should be cool.</p></h6>
</main>
<nav>
<a href="Assignment.html">Home</a>
<a href="Dog.html">Dog Picture</a>
<a href="Dog_Video.html">Dog Video</a>
</nav>
<blockquote cite="https://www.youtube.com/shorts/Kxd9_yOBIug">For over 100 years, cars have been the focal point of transportaiton and style. Many different automobiles have been created to accomodate various needs and functions. Throughout history, cars have evolved, but have become increasingly more safe and stylish.</blockquote>
<embed type="video/MP4" src="https://www.youtube-nocookie.com/embed/ClW1pQhinmo" width="400" height="300">
<img src="C:\Users\Colton's 2nd Lenovo\Documents\EDUCATE\SCHOOLING\tTa\Classes\ferrari458italiaspyderred.jpg">
<h5><p>Bonus Dog Picture</p></h5>
<a href="Dog.html">Huskie</a>
<h5><p>Bonus Cat Picture</p></h5>
<a href="https://cdn.pixabay.com/photo/2015/12/14/10/26/cat-1092371_1280.jpg">Cool Eyes</a>
<footer>By Colton G.</footer>
</body>
</html>