- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathday5.HTML
More file actions
Latest commit
19 lines (15 loc) · 413 Bytes
/
Copy pathday5.HTML
File metadata and controls
19 lines (15 loc) · 413 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!-- PSEUDO ELEMENTS-->
<!DOCTYPE html>
<htmllang="en">
<head>
<metacharset="UTF-8">
<title>Document</title>
<linkrel="stylesheet" href="day5.css">
</head>
<body>
<p>Hover over me and I will turn blue</p>
<p>Hover over me and I will turn red</p>
<p><ahref="">I am always a green link</a></p>
<pid="fourth"><ahref="">I am a green link that turns brown when you hover over me</a></p>
</body>
</html>