The HTML Skeleton
Content & Lists
Hyperlinks
Inline Styles
Digital Citizenship & Careers
100

This declaration must be the very first line of an HTML5 document to tell the browser which version of HTML is being used.

What is <!DOCTYPE html>?

100

This is the most common tag used to define a basic block of text or a paragraph.

What is the <p> tag?

100

This attribute is used within an <a> tag to specify the destination URL of a link.

What is href?

100

To apply CSS directly to a single HTML tag, you must use this specific attribute.

What is the style attribute?

100

This type of legal protection is automatically granted to the creator of an original work, such as a website's images or test.

What is Copright?

200

This tag acts as the "container" for all other visible and invisible elements on the entire web page.

What is the <html> tag?

200

This specific heading tag represents the most important heading on a page and is usually the largest.

What is the <h1> tag?

200

This required attribute for the <img> tag provides a text description for screen readers or if the image fails to load.

What is alt (Alternative Text)?

200

This CSS property is used within a style attribute to change the color of the text.

What is color?

200

This set of licenses allows creators to specify which rights they waive and which they retian, often used for free web assets.

What is Creative Commons?

300

This section of the HTML document contains "metadata," such as the page title, which does not appear in the main browser window.

What is the <head> tag? 

300

This type of list displays items with bullet points rather than numbers.

What is an Unordered List (<ul>)?

300

What is alt (Alternative Text)?

What is a Relative Link?

300

When using an inline style, this CSS property allows you to change the color of the area behind the text.

What is background-color?

300

A program that searches for and identifies items in a database that correspond to keywords or characters specified by the user, used especially for finding particular sites on the World Wide Web.

What is search engine?

400

All visible content that a user sees on a website must be placed inside this specific pair of tags.

What is the <body> tag?

400

No matter what type of list you are making, every individual item in that list must be wrapped in this tag.

What is the <li> (List Item) tag?

400

500: This is the name given to the process of checking your code against W3C standards to ensure it has no errors.

What is Validation?

400

This CSS property is used to change how large or small the text appears on the screen.

What is font-size?

400

This document, usually signed at a school or workplace, outlines the rules for using technology and  the internet appropriately.

What is an Acceptable Use Policy (AUP)?

500

Found inside the head, this tag defines the text that appears on the browser's tab for that page.

What is the <title> tag? 

500

This tag is used to create a numbered list, such as for a Top 10 list or a set of instructions.

What is an Ordered List (<ol>)?

500

This attribute tells the browser exactly where to find the image file you want to display on the page.

What is src (Source)?

500

In an inline style, this punctuation mark must be used at the end of every CSS declaration (e.g., color: blue;).

What is a semicolon?

500

The collected information about an individual across multiple websites on the Internet.

What is a digital footprint?