Java Games: Flashcards, matching, concentration, and word search.

HTML Terms & Definitions _Matching Activity via Quia.com

Title: HTML Tags Matching Review Activity
Grade Level: 6th Grade Computer Science
Teacher: Mrs. Simmons-Fiawoo

Description:
In this activity, you will review the HTML tags we have been learning in class. HTML tags are the building blocks of every webpage, and knowing what each tag does will help you when you continue working on your All About Me Collage website project.

You will match each HTML tag to its correct meaning. For example, some tags are used to show text, some make headings, some insert images, and others create links to different pages. This activity will help you remember which tag does what so that your webpages are organized and working correctly.

Why We’re Doing This:
This review will help you:

Understand what each HTML tag is used for

Feel more confident when writing your own code

Prepare for finishing your web project in CodeHS

AB
< html >Contains all HTML code
< head >Holds webpage information like the title
< body >Contains visible webpage content
< h1 >Largest heading size
< p >Paragraph of text
< ul >Bulleted list
< li >List item
< img >Displays an image
< a >Creates a clickable link
<hr>Inserts a horizontal line (a visual divider).
<title>Sets the text that appears in the browser tab.
<br>Inserts a single line break (moves text to the next line).



This activity was created by a Quia Web subscriber.
Learn more about Quia
Create your own activities