-
Notifications
You must be signed in to change notification settings - Fork 43
Expand file tree
/
Copy pathlab1.html
More file actions
18 lines (14 loc) · 991 Bytes
/
lab1.html
File metadata and controls
18 lines (14 loc) · 991 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Challenge #1: Update the Title of your Web Page, replacing this text</title>
</head>
<body>
<!-- Challenge #2: Make the largest heading (hint: <h1>) to tell your audience what your page is about -->
<p>Challenge #3: Write paragraph content here to go into details about what your page is about. Start with 3 or 4 sentences that describe what your audience should expect out of this web page.</p>
<img src="https://www.brides.com/thmb/-67UPSK4zbkg0N-GI3MNvLPylpo=/1500x0/filters:no_upscale():max_bytes(150000):strip_icc()/__opt__aboutcom__coeus__resources__content_migration__brides__proteus__5c9a3d09b9f6af56fb6fbf40__11-2d270a65f6474ab9b3d771a8a3868f46.jpeg" alt="Issa Rae">
<p>Challenge #4: Update <a href="lab3.html">the link in this paragraph tag</a> to point to lab2.html</p>
<!-- Challenge #5: Embed a video from YouTube by clicking on Share and selecting the embed code -->
</body>
</html>