Assignment 5
Gary Roll
Independent Challenge #2
The Stuff Shop
Master Lee's Tae Kwon Do
Home
Definitions
- Inline Styles: The most basic of CSS styles, affecting a particular tag only.
- Embedded Styles: Style applied to the entire HTML file, by associating style attributes with specific tags.
- Declarations: The attributes and values (within curly braces) that indicate the styles applied to all occurances of an element.
- Descendant Elements: An element that lies within another element.
- Generic Font: A general description of a font type, such as Serif, Sans-Serif, Monospace, Cursive, or Fantasy.
- Ex Unit: A relative unit of font size, equal to the height of a small letter x in the browser's default font.
.
- Pseudo Element: A element with a special status or use, such as a hyperlink with mouse hovering over it.
- Inline Elements: Individual letters, words, or phrases, contained in Block Level Elements (text blocks).
- External Style Sheets: A separate, external text file that contains all the style declarations for an entire web site, linked to each page where style is applied.
- Selectors: An element such as a header or paragraph, to which a style is applied.
- Parent Elements: An element that contains another element. Example: body tag.
- Class: A named set of style specifications, called in tags within a web page.
- Em Unit: A relative unit of font size, equal to the width of a capital letter M in the browser's default font.
- Pseudo Class: A classification of an element, based on its status or use, such as the condition of a hyperlink with the mouse hovering over it.
- Block Level Elements: Text blocks such as paragraphs, block qoutes, headers, or lists; usually containing inline elements, such as individual letters, words, or phrases.