Lab 1 - basics of HTML
Goals of this excercise
- Learn DOM and tags and important HTML-elements for example header nav main and more
- Usage of attributes like class src alt and more
- learn how to create absolute or relative paths
- Usage of hyperlinks and anchor tags
- Learn the structure/lay out of a website without external design
- Usage of valditors in order to validate the code for unknown mistakes
Description
The task was to recreate a given website in HTML by applying the theory learned on a lecture. Multiple tags like <p> or <h1> had to be used in order to place a text on the website. Correct usage of anchor tags and hyperlinks to add certain images or links. When the task is finished we validate the code in the W3C validator.
related links
Reflection
I think i have done well on this excercise, There has been mistakes that i have learned from and I'm looking forward to broaden my knowledge about web development!