Tag! You're It
In Style
What's wrong
Websites
Initials
100

This is the HTML tag that is the largest heading

<h1>

100

What symbols are used in CSS that go around the selectors?

Brackets { }

100

<p> Here is some info

Missing </p>

100

What symbols do HTML use that go around tags?

Chevrons < >

100

JS

Javascript

200

This is the HTML tag for a line break

<br>

200

Which tag is affected by this code?
p {color: red;}

Paragraph

200

<title> Reddit <title>

Missing /

200

Which coding language adds the style to the website?

CSS

200

UI

User Interface

300

This is the html tag that contains the entire document

<html>

300

What does the following code do?
p {text-align: center;}

Centers the paragraph text

300

<a> Click Here! </a>

Missing the link

300

Which coding language is the primary coding language of web design? It provides structure and functions to a website.

HTML

300

HTML

Hypertext Markup Language

400

This is the HTML tag for a link

<a>

400

You can use this command inside of an HTML tag to add style, like font size or color.

"style"

400

<img> source </img>

You don't need a second <img> tag

400

What coding language is used to design Apps? It also allows us to add dynamic behavior and add special effects to the webpage. 

Javascript

400

CSS

Cascading Style Sheets

500

What tag would you find this code inside of?

<meta charset="UTF-8">

<head>

500

What is the purpose of the following HTML code?

<link href="style.css" rel="stylesheet" type="text/css" />

Links the HTML document to the CSS document

500

What is wrong with the following CSS code?

body {color: red}

Missing a semi-colon ;

500

What is the most common name used for the default html page shown on a website?

index.html

500

WWW

World Wide Web