summaryrefslogtreecommitdiffstats
path: root/HTML/Chapter/Ch. 2 hands-on assignments/Ch2_msglm/2.7.ul.html
diff options
context:
space:
mode:
Diffstat (limited to 'HTML/Chapter/Ch. 2 hands-on assignments/Ch2_msglm/2.7.ul.html')
-rw-r--r--HTML/Chapter/Ch. 2 hands-on assignments/Ch2_msglm/2.7.ul.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/HTML/Chapter/Ch. 2 hands-on assignments/Ch2_msglm/2.7.ul.html b/HTML/Chapter/Ch. 2 hands-on assignments/Ch2_msglm/2.7.ul.html
new file mode 100644
index 0000000..87004b2
--- /dev/null
+++ b/HTML/Chapter/Ch. 2 hands-on assignments/Ch2_msglm/2.7.ul.html
@@ -0,0 +1,15 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<title>Heading and List</title>
+<meta charset="utf-8">
+</head>
+<body>
+<h1>My Favorite Colors</h1>
+<ul>
+ <li>Blue</li>
+ <li>Teal</li>
+ <li>Red</li>
+</ul>
+</body>
+</html>