An open API service indexing awesome lists of open source software.

https://github.com/jonathanprozzi/html-css-refresher

very brief example project for the html-css-refresher lesson in 'web development with js' course at dhf
https://github.com/jonathanprozzi/html-css-refresher

Last synced: 9 months ago
JSON representation

very brief example project for the html-css-refresher lesson in 'web development with js' course at dhf

Awesome Lists containing this project

README

          

# html-css-refresher
very brief example project for the html-css-refresher lesson in 'web development with js' course at dhf

make sure to not copy the code in this project.
you should create your own based on the project guidelines:

Proper HTML page skeleton. Check the Text Editor lesson if you need help remembering what this should include.
At least 3 types of heading element (

,

,

, etc). of your choice. Make sure that they make sense semantically; ie: don’t use a

tag as your main page header.
At least 2 lists. Include both ordered and unordered lists.
A paragraph




for each section. This should include relevant content!
Include at least 4 images and/or links.
Include 2 id properties and 2 class properties. These can be included on any HTML element of your choice.
Experiment with including

and elements!

CSS:
Link to your stylesheet (likely style.css) in the index.html file!
Style the following elements: body, your main header, paragraph