WorksheetsSDA Chapter 3A Vocabulary
Total questions: 20
Worksheet time: 10mins
When styles are put inside HTML tags (such as style="text-align: center" inside a h1 tag on the webpage)
Inline Styles Attribute
Style
Internal Style Sheet
External Styles Sheet
Set of formatting attributes to format a page's elements
Inline Styles Attribute
Style
Internal Style Sheet
External Styles Sheet
A portion of CSS code indicated by a "style" tag and contained within the head of an HTML document. Styles expressed here affect the entire HTML document. (a.k.a. Embedded)
Inline Styles Attribute
Style
Internal Style Sheet
External Styles Sheet
A CSS file that exists independently of your HTML document that contains only style information
Inline Styles Attribute
Style
Internal Style Sheet
External Styles Sheet
Is placed in the head section of the web page source and the style rules are enclosed between the tags (a.k.a. internal)
Embedded Style Sheet
Selector
Property
Value
In a style sheet, any element to which designated styles are applied.
Embedded Style Sheet
Selector
Property
Value
The style attribute you want to change
Embedded Style Sheet
Selector
Property
Value
The specific attribute you want applied to the property
Embedded Style Sheet
Selector
Property
Value
Specifies the property and the value
Declaration
Rule
Inheritance
Overrides
In a style sheet, a format instruction that consists of a specified selector and the properties and values applied to it.
Declaration
Rule
Inheritance
Overrides
the styles defined will flow or cascade throughout the document unless another style defined within the page overrides it.
Declaration
Rule
Inheritance
Overrides
Replaces previous information
Declaration
Rule
Inheritance
Overrides
Defines the relationship between a document and an external resource (used to link to style sheets)
<link>
Abbreviation
rel
href
A shortened form of a word or phrase
<link>
Abbreviation
rel
href
Attached to a element, indicates an external site address. ="external"
<link>
Abbreviation
rel
href
short for hypertext reference to indicate location to reference
<link>
Abbreviation
rel
href
An attribute that defines the data type .
type
CSS Syntax
title
Attribute
A rule set for stylesheets that consists of a selector and a declaration block. The selector points to the HTML element you want to style, the declaration block contains one or more declarations separated by semicolons and each declaration includes a property name and a value, separated by a colon.
type
CSS Syntax
title
Attribute
HTML attribute that provides a text description of links.
type
CSS Syntax
title
Attribute
Provides additional information about an element
type
CSS Syntax
title
Attribute
