HTML a language used to create web pages
Hypertext Markup Language
A title or summary for a document or section of a document
Heading
a language used to describe how HTML elements should be styled: CSS
Cascading Style Sheets
The collected information about an individual across multiple websites on the Internet
Digital Footprint
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
A piece of a website, marked by a start tag and often closed with an end tag
HTML Element
allows web developers to group a set of related items
List
the part of a CSS rule-set that defines which HTML elements the style should be applied to
CSS Selector
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
Defines how items should be distributed horizontally across the container
justify-content
The special set of characters that indicates the start and end of an HTML element and that element's type
HTML Tag
What is the max & min of a heading tag: H? - H?
H1-H6
An identifier that allows multiple elements in an HTML document to be styled in the same way
CSS Class
A program that searches for items on the World Wide Web
Search Engine
Defines how items should be distributed horizontally within the container
align-items
the text and images on a website
Website Content
What does the following tag create? <ol> </ol>
Ordered List
What is the max amount for RGB?
255
This tag is used to create a set of bulleted items
Unordered List
To have even more control over items in a container, you can use ...
Flexbox Children Properties
how the content of a website is organized
Website Structure
What does the following tag create? <a> </a>
Hyperlink
What is missing in this code:
h1 {
color: rgb(220, 20, 60)
}
; a semicolon
This code typically used to connect CSS to HTML for external stylesheets
<link>
Flexbox properties are listed on which document
CSS-stylesheet