Basic HTML layout without CSS styling.
This project is the first assignment of the GoIT Full Stack Developer course. It involves creating the HTML structure of a webpage using semantic tags, without applying any CSS styling. The task focuses on the foundational aspects of web development, including the use of core HTML elements, attributes, and proper formatting.
The design mockup used for this assignment can be found here.
All screenshots related to the project can be found in the images folder.
In this project, I have:
- Created the HTML structure of a webpage.
- Used semantic HTML tags like
<header>
,<main>
, and<footer>
. - Structured the webpage based on the provided design mockup.
- Learned how to optimize images for the web.
- Ensured that the markup is valid and follows best practices for web development.
This assignment strengthened my skills in structuring web pages and deepened my understanding of semantic HTML for improving both accessibility and search engine optimization.