You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: html/exercises/index.html
+14Lines changed: 14 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,23 @@
8
8
<!-- DON'T TOUCH ANYTHING ABOVE THIS LINE -->
9
9
</head>
10
10
<body>
11
+
<h1>Why I Love Web Development</h1>
11
12
<!-- h1 goes here -->
13
+
<br>
12
14
<!-- 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>
13
19
<!-- a goes here -->
20
+
<ahref = "https://education.launchcode.org/intro-to-web-dev-curriculum/html/exercises/index.html" target = "_blank">this page in particular</a>
21
+
14
22
<!-- 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>
0 commit comments