Building Your First Website: HTML + CSS Fundamentals

Building Your First Website: HTML + CSS Fundamentals
1 / 15
next
Slide 1: Slide

This lesson contains 15 slides, with interactive quizzes and text slides.

Items in this lesson

Building Your First Website: HTML + CSS Fundamentals

Slide 1 - Slide

This item has no instructions

Learning Objective
At the end of the lesson, you will be able to understand the basic concepts of HTML and CSS and create a simple webpage.

Slide 2 - Slide

This item has no instructions

What do you already know about HTML and CSS?

Slide 3 - Mind map

This item has no instructions

Introduction to HTML and CSS
HTML is the standard markup language for creating web pages, while CSS is used for styling and layout. They are fundamental for web development.

Slide 4 - Slide

This item has no instructions

Basic Structure of HTML
HTML uses tags to define elements such as headings, paragraphs, and images. It provides the structure of a webpage.

Slide 5 - Slide

This item has no instructions

CSS Selectors and Properties
CSS selectors are used to target HTML elements, and properties are used to define how the selected elements should be styled.

Slide 6 - Slide

This item has no instructions

Creating Your First HTML Page
Start with the basic HTML structure including , , and tags. Then add content like headings, paragraphs, and an image.

Slide 7 - Slide

This item has no instructions

Styling Your HTML Page with CSS
Introduce a separate CSS file, link it to the HTML page, and demonstrate how to change the styles of the HTML elements using CSS.

Slide 8 - Slide

This item has no instructions

Adding Color and Font Styles
Teach how to use CSS to add color, change fonts, and apply basic styling to the webpage.

Slide 9 - Slide

This item has no instructions

Box Model and Layout
Explain the box model and how it affects the layout of elements on a webpage, including margins, borders, padding, and content.

Slide 10 - Slide

This item has no instructions

Responsive Design Basics
Introduce the concept of responsive design and how CSS can be used to create layouts that adapt to different screen sizes.

Slide 11 - Slide

This item has no instructions

Conclusion and Practice
Summarize the key points of the lesson and encourage students to practice by creating their own simple webpage using the concepts learned.

Slide 12 - Slide

This item has no instructions

Write down 3 things you learned in this lesson.

Slide 13 - Open question

Have students enter three things they learned in this lesson. With this they can indicate their own learning efficiency of this lesson.
Write down 2 things you want to know more about.

Slide 14 - Open question

Here, students enter two things they would like to know more about. This not only increases involvement, but also gives them more ownership.
Ask 1 question about something you haven't quite understood yet.

Slide 15 - Open question

The students indicate here (in question form) with which part of the material they still have difficulty. For the teacher, this not only provides insight into the extent to which the students understand/master the material, but also a good starting point for the next lesson.