Skip to content

Commit 44c1ffe

Browse files
authored
Fixed typo in <title> element
Changed <title> to say: Backgrounds and Borders: Task 2 It is the second task during Test your skills: background and borders.
1 parent 4a1f786 commit 44c1ffe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

learn/tasks/backgrounds/backgrounds2-download.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="utf-8"/>
5-
<title>Backgrounds and Borders: Task 1</title>
5+
<title>Backgrounds and Borders: Task 2</title>
66
<style>
77
body {
88
background-color: #fff;
@@ -30,4 +30,4 @@ <h2>Backgrounds &amp; Borders</h2>
3030

3131
</body>
3232

33-
</html>
33+
</html>

0 commit comments

Comments
 (0)