diff options
Diffstat (limited to 'HTML/Chapter/Ch. 2 hands-on assignments/Ch2_msglm/2.6.ol.html')
-rw-r--r-- | HTML/Chapter/Ch. 2 hands-on assignments/Ch2_msglm/2.6.ol.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/HTML/Chapter/Ch. 2 hands-on assignments/Ch2_msglm/2.6.ol.html b/HTML/Chapter/Ch. 2 hands-on assignments/Ch2_msglm/2.6.ol.html new file mode 100644 index 0000000..541373b --- /dev/null +++ b/HTML/Chapter/Ch. 2 hands-on assignments/Ch2_msglm/2.6.ol.html @@ -0,0 +1,16 @@ +<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>Heading and List</title>
+<meta charset="utf-8">
+</head>
+<body>
+<h1>My Favorite Colors</h1>
+<ol>
+ <li>Blue</li>
+ <li>Green</li>
+ <li>Teal</li>
+
+</ol>
+</body>
+</html>
|