Skip to content

Commit 9652fb0

Browse files
committed
first exercise compiled
1 parent 96ca9a6 commit 9652fb0

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!-- your code here -->
Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,18 @@
1-
<!-- your code here -->
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7+
<title>Document</title>
8+
<style>
9+
a {
10+
/* change this style to yellow */
11+
color: pink;
12+
}
13+
</style>
14+
</head>
15+
<body>
16+
<a href="https://google.com" target="_blank">Click me to open google.com</a>
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)