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