-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAssignment.html
More file actions
32 lines (32 loc) · 909 Bytes
/
Copy pathAssignment.html
File metadata and controls
32 lines (32 loc) · 909 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Write title here.</title>
<meta charset="utf-8">
</head>
<body>
<nav>
<a href="Assignment.html">Home</a> |
<a href="Dog.html">Dog Picture</a> |
<a href="Youtube video in a webpage.html">Dog Video</a> |
</nav>
<header>
<h1>The Basic HTML Template</h1>
<h3>The Basic HTML Template</h3>
<p>Introduction to basic HTML syntax.</p>
<p>Hello world!</p>
<main>
<main>
<h1>HTML assignment HTML code.</h1>
<p>Standard text</p>
</main>
<h2>HTML</h2>
<img src="https://upload.wikimedia.org/wikipedia/commons/6/61/HTML5_logo_and_wordmark.svg">
<footer>Footer text</footer>
<p>Hello, Cosmo!<p>
<a href="Cosmo.jpg"> Marvel's dog Cosmo</a>
<h1>Whatever title you choose for your link.</h1>
<a href="https://github.com/VersionControlAssignment/Dog_Video.html/blob/main/Cosmo.jpg"> Link to Marvel's logo for assignment.</a>
</header>
</body>
</html>