Skip to content

Instantly share code, notes, and snippets.

@shannonjen
Created August 29, 2017 13:16
Show Gist options
  • Save shannonjen/6d65e16fd03baaee2ebbdfc5f4595693 to your computer and use it in GitHub Desktop.
Save shannonjen/6d65e16fd03baaee2ebbdfc5f4595693 to your computer and use it in GitHub Desktop.

HTML Introduction Exercise

  1. Fork this repo and clone it to your computer. You can verify this by seeing your GitHub username in the URL and not gschool.

  2. Create a new file named cities.html. Make sure it includes an html, head, and body. (then, commit your changes!)

  3. Make an unordered list all of the cities you've lived in. (then, commit your changes!)

  4. Make an ordered list of the top three cities you would like to visit. (then, commit your changes!)

  5. Add a heading before each list that says what the list is. (then, commit your changes!)

  6. Add a description under the items of each list explaining how you came to live in each of those cities, and why you would like to visit those cities respectively. (then, commit your changes!)

  7. In the list of cities you've visited, add a span at the end of each city with any HTML character entity and a short summary of why the city is on the list. (...then, commit your changes!)

Stretch

  • In the second list, make every odd number strong, and every even number emphasized. (then, commit your changes!)

  • Add the following image somewhere in the page and give it a height and width attribute with number values: Kitten Stack. (then, commit your changes!)

  • Style the page with CSS. (then, commit your changes!)

  • Create a second page with additional content. (then, commit your changes!)

  • Add videos and images of each city to the page. (then, commit your changes!)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment