Skip to content

Commit d1a5a75

Browse files
Charlene TranCharlene Tran
authored andcommitted
CT completed
1 parent 78e227c commit d1a5a75

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

html/exercises/index-CT.html

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width">
6+
<title>HTML Exercise</title>
7+
<link href="style.css" rel="stylesheet" type="text/css" />
8+
<!-- DON'T TOUCH ANYTHING ABOVE THIS LINE -->
9+
</head>
10+
<body>
11+
<h1>Why I Love Web Development</h1> <!-- h1 goes here -->
12+
<ol>1. It's fun creating new thing on your own <br>
13+
2. LOVE the feeling of accomplishment after a completed project! <br>
14+
3. Its exhilerating to understand how programs & pages work!</ol> <!-- ol goes here -->
15+
<a href="https://education.launchcode.org/intro-to-web-dev-curriculum/html/exercises/index.html" target="_blank">Exercises: HTML</a> <!-- a goes here -->
16+
<p>After learning about HTML, I want to be able to create a simple website about my cooking for fun!</p> <!-- p goes here -->
17+
</body>
18+
</html>

0 commit comments

Comments
 (0)