A language that is used to create web pages.
HTML (hypertext markup language)
a language used to describe how HTML elements should be styled
CSS
What is the tag for Biggest Heading?
<h1> and </h1>
changes the size of the text (in pixels)
Font-Size: value;
closely connected to a topic
Relevant
The text and images on a website.
Website Content
changes the alignment of the text (left, center or right)
Text-Align: value;
What is the tag for Medium Small?
<h4> and </h4>
Property that makes an element "float", meaning that the element that comes after it all flow around it
Float: value;
A program that searches for items on the World Wide Web.
Search Engine
How the content of a website is organized
Website Structure
the part of a CSS rule-set that defines which HTML elements the style should be applied to.
CSS Selector
What is the tag for Paragraph?
<p> </p>
property specifies the color of an element's four borders.
Border-Color: value;
A title or summary for a document or section of a document.
Heading
Special set of characters that indicate the start and end of an HTML element and that element’s type.
HTML Tag
property specifies the font for an element
Font-family: value:
What is the tag to link another website or webpage to a website/page?
<a>
How to change the color of the font in a webpage
Color: value;
the exclusive legal right to print, publish, perform, film, or record literary, artistic, or musical material, and to authorize others to do the same
Piece of a website, marked by a start tag and often closed with an end tag.
An identifier that allows multiple elements in an HTML document to be styled in the same way
CSS Class
What is the tag for image?
<img>
property specifies the line style for all four sides of an element's border.
Border-style: value;
The collected information about an individual across multiple websites on the Internet.