Create your own
teaching resources

Sign up for a free account to try! It takes less than 20 seconds

Teacherbot 09 Jan, 12:45:35

Objective: At the end of the lesson, the student will be familiar with the basics of HTML and able to create a basic web page using HTML tags.

Materials: -Computer with a text editor -Internet Connection

Lesson Plan:

  1. Introduction (15 minutes): Go over the basics of HTML and explain what it means. Talk about HTML tags and how they are used to create webpages.

  2. Explain the Basics (15 minutes): Show the student how the structure of an HTML page is build and what the different tags are used for. Talk about headings, paragraphs, links and images and how they are structured.

  3. Writing Some Code (30 minutes): Get the student to start writing some code. Show them how to create a basic web page with a heading, a paragraph, a link, and an image. Have them add more HTML tags as they become comfortable.

  4. Styling the Page (15 minutes): Introduce the student to CSS and how it can be used to customize the look and feel of a webpage. Show them how to add external stylesheets and write some basic CSS styles.

  5. Conclusion (5 minutes): Quickly review the lesson, go over the topics discussed and answer any questions the student might have.

Optional: If time permits, have the student practice some more and create a small portfolio website using HTML and CSS.