Skip to content

Commit 7b3a1fb

Browse files
Update Question10.html
1 parent 323b9fe commit 7b3a1fb

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

templates/Question10.html

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
<!DOCTYPE html>
2-
<html>
2+
<html lang="en">
33
<head>
4-
<title>about</title>
4+
<meta charset="UTF-8">
5+
<title>Highlight Text</title>
56
</head>
67
<body>
7-
<div>
8-
<mark>HTML & CSS is awesome</mark>
9-
</div>
8+
9+
<p><mark>HTML &amp; CSS is awesome</mark></p>
10+
1011
</body>
1112
</html>

0 commit comments

Comments
 (0)