Skip to content

Commit

Permalink
add code solo exercise
Browse files Browse the repository at this point in the history
  • Loading branch information
CN-Curriculum authored Jul 24, 2023
1 parent 7d34f79 commit b81536c
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion code-solo.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,18 @@
</div>


<h1>My Dream Travel Destinations</h1>


<!-- 1. Create an unordered list (<ul>) to list the dream travel destinations -->

<!-- 2. Add 3 list items (<li>), one for each dream travel destination. -->

<!-- 3. Add an anchor tag (<a>) for the link to more information.
NOTE: the anchor tag will be nested in the list item. -->

<!-- 4. Add an image (<img>) for the destination.
NOTE: the image tag will be nested in the list item. -->


</body>
Expand Down Expand Up @@ -44,7 +54,7 @@
background: #ddd;
color: black;
}

body {
font-family: Arial, sans-serif;
margin: 20px;
Expand Down

0 comments on commit b81536c

Please sign in to comment.