Building Your First Website: HTML + CSS Fundamentals

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

Cette leçon contient 15 diapositives, avec quiz interactifs et diapositives de texte.

Éléments de cette leçon

Building Your First Website: HTML + CSS Fundamentals

Slide 1 - Diapositive

Cet élément n'a pas d'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 - Diapositive

Cet élément n'a pas d'instructions

What do you already know about HTML and CSS?

Slide 3 - Carte mentale

Cet élément n'a pas d'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 - Diapositive

Cet élément n'a pas d'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 - Diapositive

Cet élément n'a pas d'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 - Diapositive

Cet élément n'a pas d'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 - Diapositive

Cet élément n'a pas d'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 - Diapositive

Cet élément n'a pas d'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 - Diapositive

Cet élément n'a pas d'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 - Diapositive

Cet élément n'a pas d'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 - Diapositive

Cet élément n'a pas d'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 - Diapositive

Cet élément n'a pas d'instructions

Write down 3 things you learned in this lesson.

Slide 13 - Question ouverte

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 - Question ouverte

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 - Question ouverte

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.