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>?
This is the most common tag used to define a basic block of text or a paragraph.
What is the <p> tag?
This attribute is used within an <a> tag to specify the destination URL of a link.
What is href?
To apply CSS directly to a single HTML tag, you must use this specific attribute.
What is the style attribute?
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?
This tag acts as the "container" for all other visible and invisible elements on the entire web page.
What is the <html> tag?
This specific heading tag represents the most important heading on a page and is usually the largest.
What is the <h1> tag?
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)?
This CSS property is used within a style attribute to change the color of the text.
What is color?
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?
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?
This type of list displays items with bullet points rather than numbers.
What is an Unordered List (<ul>)?
What is alt (Alternative Text)?
What is a Relative Link?
When using an inline style, this CSS property allows you to change the color of the area behind the text.
What is background-color?
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?
All visible content that a user sees on a website must be placed inside this specific pair of tags.
What is the <body> tag?
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?
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?
This CSS property is used to change how large or small the text appears on the screen.
What is font-size?
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)?
Found inside the head, this tag defines the text that appears on the browser's tab for that page.
What is the <title> tag?
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>)?
This attribute tells the browser exactly where to find the image file you want to display on the page.
What is src (Source)?
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?
The collected information about an individual across multiple websites on the Internet.
What is a digital footprint?