aidemia--modules-lessonstartideas_type | Give a creative idea how to begin a lesson |
Which subject | Computer science |
What age group | Year or Grade 7 |
What topic | HMTL ONLY paragraph tags, heading tags, bulleted and numbered list tags |
Quantity | 1 |
Any other preferences | lesson where students make a gimkit |
Welcome to our exciting lesson on HTML! Today, we’re going to dive into the basics of structuring web pages using HTML, focusing specifically on paragraph tags, heading tags, and lists. But here’s the twist: instead of just learning about these tags, you will put your knowledge to the test by creating your very own Gimkit!
Gimkit is an engaging and interactive way to learn through quizzes. You will create questions based on what you learn about HTML, and then we’ll play with your quizzes to reinforce what we’ve just covered. Let’s get ready to showcase our creativity and knowledge!
By the end of this lesson, you'll be able to:
<p>
for structuring content.<h1>
to <h6>
to create a hierarchy in your text.<ul>
and <ol>
tags.HTML, or HyperText Markup Language, uses tags to inform the browser how to display text on a webpage. Let’s break down the key components we will use today.
<h1>
to <h6>
, where <h1>
is the most important (often the title) and <h6>
is the least important.<h1>Welcome to HTML Basics!</h1>
<h2>What We’ll Learn Today</h2>
<p>
and are used for containing text.<p>HTML is the foundation of web development.</p>
<ul>
and <li>
for each list item.<ol>
the same way.<ul>
<li>HTML tags are essential for web pages.</li>
<li>You can use lists to organize information.</li>
</ul>
<ol>
<li>Open your text editor.</li>
<li>Create an HTML file.</li>
<li>Add your HTML tags!</li>
</ol>
Now that you’ve learned about the essential HTML tags, it’s your turn to create questions for your Gimkit! Here’s how you can get started:
Write 5 questions based on the HTML tags we discussed. For example:
Prepare your answers and make sure they highlight your understanding of the topic.
Format your questions and answers using HTML to reinforce what you've learned.
By the end of this lesson, you will not only understand how to use fundamental HTML tags, but you'll also have created a fun and educational Gimkit that you can share with your classmates! Let’s get started with our HTML adventure!
Happy coding, and let your creativity shine!