Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

README.md

Lesson 2

What we will do in class today:

• 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

Some references

Carry on developing your CV's

  • 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)

Style guide

How to use the inspector 🔍

Please read the following sections:

  • Accessing the DevTools
  • The DevTools window
  • Inspecting the DOM and styles