Session #1 is essentially a review and foundations of HTML/CSS. We will be doing a kahoot quiz that will cover all content which is considered as prior knowledge. We will end this session off with a review project.
HTML/CSS Review Quiz Results
Post file here
Prior Knowledge
Here are all the content areas in web development that are considered prior knowledge.
Web development terminology What each line of code in the basic HTML template mean individual tag: <marquee> Professional webpage styling Using documentation libraries Webpage planning diagrams Review Resources:
Here are some good review resources to refresh your memory on web development
CSS selectors cheatsheet.pdf
187.8 kB
Session1-LearnerNotes.pdf
3.5 MB
Session#2-LearnerNotes.pdf
504.5 kB
Coding Challenges
Here are some ways you can practice the skills you learned :)
Using everything covered relating to HTML/CSS in this session, create a personal blog featuring all about yourself. Use HTML for the main content and CSS to make it look stylish. Try to use comments to explain every aspect of your code. Raw Code: My Blog Sample
Note ~ the following code is not indented correctly due to copy paste issues,