Worksheet

All of the tags that we learned in this lesson so far have been written down, but somebody jumbled them up! First, please identify whether or not each of these tags require an end tag (think back to the sandwich analogy). After all, we wouldn’t want an error. Next, match each tag to its proper description. Try to do this by memory without referring to any references! When you are done matching them, you can scroll down to view the key.

Is an end tag needed?

Tag Name

Definition

( Y / N )

<!DOCTYPE html>

Bolds text

( Y / N )

<a href=””>

Breaks up text

( Y / N )

<b>

Changes the title of webpage

( Y / N )

<body> 

Creates Hyperlink

( Y / N )

<br>

Creates list

( Y / N )

<del>

Creates paragraphs

( Y / N )

<h1>

Creates primary header

( Y / N )

<h2>

Creates secondary header

( Y / N )

<head>

Creates strikethrough text

( Y / N )

<html>

Creates style information

( Y / N )

<i>

Creates subscript text

( Y / N )

<img src="" alt="">

Creates Superscript text

( Y / N )

<ins>

Encompasses all html

( Y / N )

<li>

Encompasses all meta data 

( Y / N )

<mark>

Highlights text

( Y / N )

<ol>

Holds visible webpage information

( Y / N )

<p>

Italic text

( Y / N )

<small>

Makes bullet point on list

( Y / N )

<style> 

Makes image

( Y / N )

<sub>

Makes numbered point on list

( Y / N )

<sup>

Shrinks text

( Y / N )

<title> 

Underlines text

( Y / N )

<ul>

Will define all code as html





























Key

 

Is an end tag needed?

Tag Name

Definition

Y

<a href=””>

Creates Hyperlink

Y

<b>

Bolds text

N

<br>

Breaks up text

Y

<!DOCTYPE html>

Will define all code as html

Y

<html>

Encompasses all html

Y

<head>

Encompasses all meta data

Y

<style>

Creates style information

Y

<title>

Changes the title of webpage

Y

<body>

Holds visible webpage information

y

<h1>

Creates primary header

Y

<p>

Creates paragraphs

Y

<h2>

Creates secondary header

Y

<ul>

Creates list

Y

<li>

Makes bullet point on list

Y

<ol>

Makes numbered point on list

N

<img src="" alt="">

Makes image

Y

<i>

Italic text

Y

<mark>

Highlights text

Y

<small>

Shrinks text

Y

<del>

Creates strikethrough text

Y

<ins>

Underlines text

Y

<sup>

Creates Superscript text

Y

<sub>

Creates subscript text