-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 758 Bytes
/
index.html
File metadata and controls
26 lines (26 loc) · 758 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
<html>
<head>
<link rel="stylesheet" href="stylesheet.css">
</head>
<meta name="SWL HW 5" content="HTML Homework">
<div class="intro">
<header id="welcome">
Welcome to the page for Homework 5
</header>
<p>
Above is an example of an id css selector
</p>
<p>
While this section is an example of a class selector
</p>
</div>
<div class="intro">
<a href="https://www.google.com">This link changes color</a>
</div>
<div class="intro">
<header>
Big Floppa
</header>
<img class="floppa" src="https://i.kym-cdn.com/entries/icons/original/000/034/421/cover1.jpg" alt="big floppa">
</div>
</html>