-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDog.html
More file actions
31 lines (31 loc) · 733 Bytes
/
Copy pathDog.html
File metadata and controls
31 lines (31 loc) · 733 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
<!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>
</header>
</body>
<html>
<p>Hello, Cosmo!<p>
<a href="Cosmo.jpg"> Marvel's dog Cosmo</a>
</html>