HTML
Organizing
Styling Text
Vocab
Container Properties
100

HTML a language used to create web pages

Hypertext Markup Language

100

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

Heading

100

a language used to describe how HTML elements should be styled: CSS

Cascading Style Sheets

100

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

Digital Footprint

100

aims to provide a more efficient way to lay out, align, and distribute space among items in a container, even when their size is unknown and/or dynamic

flexbox Layout

200

A piece of a website, marked by a start tag and often closed with an end tag

HTML Element

200

allows web developers to group a set of related items

List

200

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

CSS Selector

200

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

200

Defines how items should be distributed horizontally across the container

justify-content

300

The special set of characters that indicates the start and end of an HTML element and that element's type

HTML Tag

300

What is the max & min of a heading tag: H? - H?

H1-H6

300

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

CSS Class

300

A program that searches for items on the World Wide Web

Search Engine

300

Defines how items should be distributed horizontally within the container

align-items

400

the text and images on a website

Website Content

400

What does  the following tag create? <ol> </ol>

Ordered List

400

What is the max amount for RGB? 

255

400

This tag is used to create a set of bulleted items

Unordered List

400

To have even more control over items in a container, you can use ...

Flexbox Children Properties

500

how the content of a website is organized

Website Structure

500

What does  the following tag create? <a> </a>

Hyperlink

500

What is missing in this code:

h1 {  

color: rgb(220, 20, 60)

}

; a semicolon

500

This code typically used to connect CSS to HTML for external stylesheets 

<link>

500

Flexbox properties are listed on which document

CSS-stylesheet