• Recap HTML
• Basic HTML structure
• semantic elements HTML
• Recap CSS:
• Where can we write it and what difference does that make?
• Selectors (id, class, element type), properties
• How to work with the inspector
• Carry on developing your websites
- Nice reference about HTML5
- CSS Zen Garden
- Make sure it includes the following:
- Your personal info (name, place of birth, etc.)
- A picture
- A few lines about who you are
- Education
- Work experience
- Include the following:
- Different types of headings (
<h1>,<h2>) - A list (
<ul>). In this list include the learning strategies you used making your resume. Also include some of the resources/references, this can be documentation/video etc, that where helpful. - Another list (
<ul>). In this list you include the most important platforms/resources where you can find all hyf related information. <img><p>- Some CSS properties:
margin,padding - Make sure that you page looks nice, and that your text is readable & accessible (ARIA)
- Different types of headings (
- It’s important that all of our code follows the same style
- This makes it easier to understand
- You can view our style guide here: https://www.w3schools.com/html/html5_syntax.asp
- BEFORE the end of the day check your files, use the HTML validator).
- Read and watch about how you can Inspect and Edit Pages and Styles using the inspector
- Here you can read about the inspector which is part of the The Chrome Developer Tools
Please read the following sections:
- Accessing the DevTools
- The DevTools window
- Inspecting the DOM and styles