Foto van een kale caricature die naar zichzelf wijst.

Elif Pekdemir

Lab 1 - Basics of HTML

Goals of exercise

Summarise the goals of the exercise in bullet points.

  1. Structure:
    Use basic HTML, no CSS. Set up <head> (title, language nl/en) and body landmarks (<header>, <main>, <footer>).
  2. Content:
    Place one <h1> inside <main> on every page.
  3. Files:
    Project name 'labo01'. No caps or spaces in file/folder names.
  4. Required:
    index.html, cv/index.html, projects/index.html, images/.
  5. Navigation:
    Use relative paths ("./projects"). Links ('home', 'projecten') must be in a <nav> with an <ul>/<li> structure in the <header>.
  6. Validation:
    Validate regularly with W3C-validator and aXe DevTools.
  7. Report:
    Start portfolio; report must include Reflection and follow correct heading structure.
Go to the solution

Description

Describe the exercise in a few sentences. What is important? What do you need to use?

→ The headings are the most important ones for me as well as the links.

Related links

What were the websites that you used?

→ Mozilla and the Copilot that comes up every time you search something on Google.

Reflection

Woaw!

Describe what went well. Describe what you did good.

→ Generally typing the text with the headings was easy to understand.

Aauuw!

Describe what was difficult. Where did you spend most of the time?

→ The navigation made me struggle a bit, but I've got the hang of it now.

Not sure?

Describe what you are unsure about or what you're doubtful about.

→ I am still unsure about the links behind the pictures. For example, the logo to go to 'home' was a bit challenging.