Objective:
1. Introduction to HTML Structure
Start with a brief explanation of how HTML organizes webpage content using tags. Emphasize that HTML (HyperText Markup Language) is used to structure web pages, while CSS is used for styling.
Key Concepts to Review:
2. Basic HTML Tags Recap
Example:
Main Heading
Sub Heading
):
Used to define blocks of text or paragraphs.Example:
This is a paragraph.
Example:
3. Introduction to Intermediate HTML Elements
3.1. Forms (
Forms are used to collect user input.
Basic form structure:
Example of a simple form with text input:
3.2. Lists (,
,
Example of an unordered and ordered list:
3.3. Tables ( Tables allow for structured data to be displayed in rows and columns. Example of a simple table: 4. Class Activities 4.1. Recap Activity: Task students with creating a basic webpage that includes: ) Example: This is my first webpage. 4.2. Guided Exercise: 4.3. Lists and Tables: Example: 5. Homework Students should extend their webpage by: Example: 6. Additional Tips Summary,
, , )
: The container for the table.
: Defines a row in the table.
: Defines a cell in the table.
: Defines a header cell in the table (optional).
Name
Age
John
25
)
Welcome to My Website
) of their favorite things and a simple table with a few rows of data (name, age, favorite color).
Name
Age
Alice
30
Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.
Copyright© 2022 湘ICP备2022001581号-3