Names of Tags
Coding Types and Why
Find the errors!
Random
Miscellaneous
100

This tag is responsible for titles on a webpage. 

<H1> or Headline tags

100

This type of coding is the creation of web pages through a series of basic commands. 

What is HTML Coding?

100

<h1< Hello! </h1>

There is a second lesser carrot in the opening tag.

100

Atom is this type of a program 

What is a text editor?

100

To set up a new webpage code, you need to use this file type in your title for it.

What is ".html"

200

This tag uses spacing to organize lines of words.

<p> or Paragraph tags

200

This type of coding is what determines the CONTENT of the webpage. 

What is HTML Coding?

200

<style> h1 [color: blue;]</style>

Wrong bracket type around the property and value portion.

200

When creating a code, the category we are creating in the tag is also know as the ___________.

Attribute! It means feature!

200

To ensure that your content is displayed as the content you'd like to show, you need to use these. 

Attribute tags. 

300

This tag uses images that you have saved on your device.

<img>___(file name) <img>

An image tag!

300

This type of coding is responsible for the style of a page, adding color, images, indentation and other visual features. 

What is CSS?

300

<p1> This is the content of my title! </p1>

P tags are used for Paragraphs, not headings!


300

True or false, the large the number in a tag, the larger the text will appear.

False! An H9 tag would be significantly smaller than an H1!

300
What food is HTML coding similar to? Why?

A hamburger! It defines the type of code (the bun), the ending tag shows a difference for shape the bottom bun), and the type of content determines the type of sandwich! (Turkey burger=header tag code, etc.) Content is in the middle!

400

The <li> tag is used to make these.

List items.

400

HTML stands for this. 

What is Hyper Text Media Link?

400

A coder programs a website with their favorite music albums listed, organizing each line by type of tag, placing all headlines, paragraphs, and their deciding style values together for organization. Why does this not work?

You cannot have all of the same type of tag together and expect them to appear in a different order. You need to have your style values for each type set in a tag before the remainder of the code. Etc.

400
True or false: A class tag is used as a specific name for one line of coding. 

False! That is an ID tag. 

400

What kind of food is CSS coding similar to? Why?

Sushi! It has its content portions, but things are rearranged and colored specifically for style!

500
This type of coding is used as an umbrella, to organize groups with similar trait.
What is a class tag?
500

CSS Stands for this

Cascading Style Sheets

500

Why can't the audience of this website read the text?

<style> h1 {color:blue; background-color:blue}</style>

If the background color and font are the same color, they will appear as blocks, not separated items layered as needed. 

500
What is the <a> tag used for adding to a webpage?

It is used to add a hyperlink, or a clickable portion used to take you to another page!

500

What is the most important habit when it comes to coding?

SAVE SAVE SAVE