15 min
Create a new HTML file in today's class folder: cities.html
- Create a heading for a new site called My Favorite Cities.
- Create an unordered list with five of your favorite cities.
- Create a class called
incorrectthat hides any HTML elements usingdisplay: none. - Assign the class
incorrectto your least favorite city in the list. - Give the
lielements a width of100pxand a background-color. - Adjust the
displayon thelis frominlineandinline-block. What is the difference?
BONUS: Assign a font and text color to the list items