Skip to content

Commit f65ccaf

Browse files
committed
code for questions
1 parent 0d7a544 commit f65ccaf

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

testing/refcode1b.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<META CHARSET="UTF-8">
5+
<link rel="stylesheet" href="style.css">
6+
<title>code for questions</title>
7+
</head>
8+
<body>
9+
<ol>
10+
<li>Apples</li>
11+
<li>Oranges</li>
12+
<li>Bananas</li>
13+
</ol>
14+
<!-- this is a comment -->
15+
</body>
16+
</html>

0 commit comments

Comments
 (0)