Skip to content

Commit ac44e88

Browse files
committed
myfirstweb
1 parent 0d08eca commit ac44e88

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

html/exercises/index.html

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,23 @@
88
<!-- DON'T TOUCH ANYTHING ABOVE THIS LINE -->
99
</head>
1010
<body>
11+
<h1>Why I Love Web Development</h1>
1112
<!-- h1 goes here -->
13+
<br>
1214
<!-- ol goes here -->
15+
<ol>Web Development helps developers communicate with users.</ol>
16+
<ol>It is a combined language between art and science that enables expression.</ol>
17+
<ol>It is an ever evolving system that is integrated into our society and benefits all.</ol>
18+
<br>
1319
<!-- a goes here -->
20+
<a href = "https://education.launchcode.org/intro-to-web-dev-curriculum/html/exercises/index.html" target = "_blank">this page in particular</a>
21+
1422
<!-- p goes here -->
23+
<p>
24+
My goals for creating a website are multifaceted. <br>
25+
Firstly, I aim to showcase the skills that I have acquired through my journey in coding. This platform will serve as a testament to my growth and proficiency in various programming languages and technologies.<br>
26+
Secondly, it provides me with an opportunity to be creative, allowing me to experiment with different design elements and functionalities. <br>
27+
Lastly, I seek to gain valuable experience in this area, which will not only enhance my technical expertise but also prepare me for future professional endeavors in web development.<br>
28+
</p>
1529
</body>
1630
</html>

0 commit comments

Comments
 (0)