MDN Reference Flashcards

0
Q

Value

A

Describe how the feature must be handled by the engine.

Each property has s set of valid values, defined by a formal grammar, as well as semantic meaning, implemented by the browser machine.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

Property

A

An identifier, that is a human-readable name, that identifies which feature is considered.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

CSS Declaration

A

A property and value pair is called a CSS declaration

Any CSS engine calculates which declarations apply to every single element of a page in order to appropriately lay it out, and to style it.

Both property and value are case-sensitive

Example: (Property on left : value on right)

background-color : red

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

XML

A

Extensible Markup Language

Simple, very flexible text format derived from SMGL (ISO 8879).

Originally designed to meet the challenges of large-scale electronic publishing

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

DOM

A

Document Object Model

The hierarchical structure of HTML

      <p> you are in the beginning      stage of HTML </p>
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Attribute

A

A start tag may contain additional information. Attributes usually consist of two parts:

An attribute Name

An attribute Value

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

User agent

A

Is CSS formal technology, the program that presents a document to s user is a user agent UA.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly