HTML
CSS
HTML Tags
CSS Code
Misc
100

A language that is used to create web pages.

HTML (hypertext markup language)

100

a language used to describe how HTML elements should be styled

CSS

100

What is the tag for Biggest Heading?

<h1> and </h1>

100

changes  the size of the text (in pixels)

Font-Size: value; 


100

closely connected to a topic

Relevant

200

The text and images on a website.

Website Content

200

changes the alignment of the text (left, center or right)

Text-Align: value;

200

What is the tag for Medium Small?

<h4> and </h4>

200

Property that makes an element "float", meaning that the element that comes after it all flow around it

Float: value;

200

A program that searches for items on the World Wide Web.

Search Engine

300

How the content of a website is organized

Website Structure

300

the part of a CSS rule-set that defines which HTML elements the style should be applied to.

CSS Selector

300

What is the tag for Paragraph?

<p> </p>

300

property specifies the color of an element's four borders.

Border-Color: value;

300

 A title or summary for a document or section of a document.

Heading

400

Special set of characters that indicate the start and end of an HTML element and that element’s type.  

HTML Tag

400

property specifies the font for an element

Font-family: value:

400

What is the tag to link another website or webpage to a website/page?

<a>

400

How to change the color of the font in a webpage

Color: value;

400

the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same

Copyright
500

Piece of a website, marked by a start tag and often closed with an end tag.

HTML Element
500

An identifier that allows multiple elements in an HTML document to be styled in the same way

CSS Class

500

What is the tag for image?

<img>

500

property specifies the line style for all four sides of an element's border.  

Border-style: value;

500

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

Digital Footprint