-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathCode_Errors_Submission_Assignment.html
More file actions
27 lines (24 loc) · 1.02 KB
/
Code_Errors_Submission_Assignment.html
File metadata and controls
27 lines (24 loc) · 1.02 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>
<meta charset="UTF-8">
<title>This is the Title</title>
</head>
<style>
img {
border: 2px dashed #B22222;
}
h3 {
text-align: center;
}
</style>
<body style="background-color: #AFEEEE">
<h1>This is the Heading 1</h1>
<h2>This is the Heading 2 element</h2>
<p><strong>I am a bold student of The Tech Academy.</strong></p>
<a href="https://www.learncodinganywhere.com/">This is The Tech Academy's website.</a>
<br><img src="https://www.learncodinganywhere.com/images/tech_logo/The%20Tech%20Academy%20Logo.png" alt="The Tech Academy Logo" width=(600px); height=(300px)>
<h3>Have you seen The Tech Academy's Student Orientation video?</h3>
<iframe width="560" height="315" src="https://ttamediaservices-uswe.streaming.media.azure.net/04ce32f6-b9fa-4e02-8c47-3e5632d92a41/html_intro_final.mp4" frameborder="0" allowfullscreen></iframe>
</body>
</html>