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
- Host: GitHub
- URL: https://github.com/jonathanprozzi/html-css-refresher
- Owner: jonathanprozzi
- Created: 2016-06-14T19:18:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-15T18:51:57.000Z (over 9 years ago)
- Last Synced: 2025-02-10T11:33:03.621Z (11 months ago)
- Language: HTML
- Homepage: https://jonathanprozzi.github.io/html-css-refresher/
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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