wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

SDA Chapter 3A Vocabulary

Total questions: 20

Worksheet time: 10mins

Name
Class
Date
1.

When styles are put inside HTML tags (such as style="text-align: center" inside a h1 tag on the webpage)

a)

Inline Styles Attribute

b)

Style

c)

Internal Style Sheet

d)

External Styles Sheet

2.

Set of formatting attributes to format a page's elements

a)

Inline Styles Attribute

b)

Style

c)

Internal Style Sheet

d)

External Styles Sheet

3.

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)

a)

Inline Styles Attribute

b)

Style

c)

Internal Style Sheet

d)

External Styles Sheet

4.

A CSS file that exists independently of your HTML document that contains only style information

a)

Inline Styles Attribute

b)

Style

c)

Internal Style Sheet

d)

External Styles Sheet

5.

Is placed in the head section of the web page source and the style rules are enclosed between the tags (a.k.a. internal)

a)

Embedded Style Sheet

b)

Selector

c)

Property

d)

Value

6.

In a style sheet, any element to which designated styles are applied.

a)

Embedded Style Sheet

b)

Selector

c)

Property

d)

Value

7.

The style attribute you want to change

a)

Embedded Style Sheet

b)

Selector

c)

Property

d)

Value

8.

The specific attribute you want applied to the property

a)

Embedded Style Sheet

b)

Selector

c)

Property

d)

Value

9.

Specifies the property and the value

a)

Declaration

b)

Rule

c)

Inheritance

d)

Overrides

10.

In a style sheet, a format instruction that consists of a specified selector and the properties and values applied to it.

a)

Declaration

b)

Rule

c)

Inheritance

d)

Overrides

11.

the styles defined will flow or cascade throughout the document unless another style defined within the page overrides it.

a)

Declaration

b)

Rule

c)

Inheritance

d)

Overrides

12.

Replaces previous information

a)

Declaration

b)

Rule

c)

Inheritance

d)

Overrides

13.

Defines the relationship between a document and an external resource (used to link to style sheets)

a)

<link>

b)

Abbreviation

c)

rel

d)

href

14.

A shortened form of a word or phrase

a)

<link>

b)

Abbreviation

c)

rel

d)

href

15.

Attached to a element, indicates an external site address. ="external"

a)

<link>

b)

Abbreviation

c)

rel

d)

href

16.

short for hypertext reference to indicate location to reference

a)

<link>

b)

Abbreviation

c)

rel

d)

href

17.

An attribute that defines the data type .

a)

type

b)

CSS Syntax

c)

title

d)

Attribute

18.

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.

a)

type

b)

CSS Syntax

c)

title

d)

Attribute

19.

HTML attribute that provides a text description of links.

a)

type

b)

CSS Syntax

c)

title

d)

Attribute

20.

Provides additional information about an element

a)

type

b)

CSS Syntax

c)

title

d)

Attribute