Building Your First Website: HTML + CSS Fundamentals

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

In deze les zitten 15 slides, met interactieve quizzen en tekstslides.

Onderdelen in deze les

Building Your First Website: HTML + CSS Fundamentals

Slide 1 - Tekstslide

Deze slide heeft geen instructies

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 - Tekstslide

Deze slide heeft geen instructies

What do you already know about HTML and CSS?

Slide 3 - Woordweb

Deze slide heeft geen instructies

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 - Tekstslide

Deze slide heeft geen instructies

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 - Tekstslide

Deze slide heeft geen instructies

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 - Tekstslide

Deze slide heeft geen instructies

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 - Tekstslide

Deze slide heeft geen instructies

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 - Tekstslide

Deze slide heeft geen instructies

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

Slide 9 - Tekstslide

Deze slide heeft geen instructies

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 - Tekstslide

Deze slide heeft geen instructies

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 - Tekstslide

Deze slide heeft geen instructies

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 - Tekstslide

Deze slide heeft geen instructies

Write down 3 things you learned in this lesson.

Slide 13 - Open vraag

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 vraag

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 vraag

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.