€21.04 – €25.92
Learning Outcomes for the Lesson on “Introduction to HTML and CSS”:
- Identify and describe the basic structure of an HTML document:
- Understand and explain the components of an HTML document, including
<!DOCTYPE html>
,<html>
,<head>
, and<body>
tags. - Be able to create a simple HTML page with headings, paragraphs, and links.
- Understand and explain the components of an HTML document, including
- Apply basic CSS styling to HTML elements:
- Learn how to create an external CSS stylesheet and link it to an HTML document.
- Use CSS properties to change the visual appearance of HTML elements, such as text color, background color, font size, and layout.
- Build a simple webpage with a navigation menu:
- Create a basic navigation menu using HTML and style it with CSS.
- Implement proper semantic HTML elements like
<nav>
,<ul>
, and<a>
to create functional and accessible navigation links.