adam.corkett
Quiz von , erstellt am more than 1 year ago

HTML and CSS Quiz am CSS Box Model and Positioning Quiz, erstellt von adam.corkett am 15/05/2013.

492
0
1
adam.corkett
Erstellt von adam.corkett vor mehr als 11 Jahre
Schließen

CSS Box Model and Positioning Quiz

Frage 1 von 10

1

In a HTML web page an identifier is:

Wähle eine der folgenden:

  • A unique reference to an HTML element.

  • A reference to multiple instances of an HTML element.

  • A unique reference to an HTML page.

Erklärung

Frage 2 von 10

1

A class can be used to:

Wähle eine oder mehr der folgenden:

  • Style numerous instances of an HTML tag

  • Style any element in an HTML page labelled with the class name

  • Refer to a specific instance of an element.

Erklärung

Frage 3 von 10

1

What is meant by a rule?

Wähle eine der folgenden:

  • A measurement of an element.

  • A style definition which references a tag, class or identifier.

Erklärung

Frage 4 von 10

1

Which is the correct selector for an ID?

Wähle eine der folgenden:

  • .redText{

    }

  • #columnLeft{

    }

  • body{

    }

Erklärung

Frage 5 von 10

1

Which is the correct selector for a class?

Wähle eine der folgenden:

  • #contentRight{

    }

  • body{

    }

  • .redText{

    }

Erklärung

Frage 6 von 10

1

Which type of positioning would best be used to place an element in a permanent position on an HTML page?

Wähle eine der folgenden:

  • Absolute

  • Relative

  • Fixed

Erklärung

Frage 7 von 10

1

Which of the statements best describes the float property of CSS?

Wähle eine der folgenden:

  • A floated element is placed next to the previous HTML element if there is enough room, otherwise it is placed underneath.

  • A floated element is positioned at the side of the screen you tell it to, it will stand over the top of other elements sharing the same space.

Erklärung

Frage 8 von 10

1

Which is the correct description of the box model?

Wähle eine der folgenden:

  • The margin is added to the element, followed by the padding, followed by the border - this affects the overall actual size of the element.

  • The padding is added to the element, followed by the border, followed by the margin - this affects the overall actual size of the element.

Erklärung

Frage 9 von 10

1

What is meant by document flow

Wähle eine der folgenden:

  • The way the text flows in the page

  • The way the tags are ordered originally in the HTML

  • The way the text flows within a tag

Erklärung

Frage 10 von 10

1

What is meant by a compound selector?

Wähle eine der folgenden:

  • A HTML element that is embedded within another element.

  • A complicated reference to an element in a page.

Erklärung