adam.corkett
Test por , creado hace más de 1 año

HTML and CSS Test sobre CSS Box Model and Positioning Quiz, creado por adam.corkett el 15/05/2013.

481
0
1
adam.corkett
Creado por adam.corkett hace alrededor de 11 años
Cerrar

CSS Box Model and Positioning Quiz

Pregunta 1 de 10

1

In a HTML web page an identifier is:

Selecciona una de las siguientes respuestas posibles:

  • A unique reference to an HTML element.

  • A reference to multiple instances of an HTML element.

  • A unique reference to an HTML page.

Explicación

Pregunta 2 de 10

1

A class can be used to:

Selecciona una o más de las siguientes respuestas posibles:

  • 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.

Explicación

Pregunta 3 de 10

1

What is meant by a rule?

Selecciona una de las siguientes respuestas posibles:

  • A measurement of an element.

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

Explicación

Pregunta 4 de 10

1

Which is the correct selector for an ID?

Selecciona una de las siguientes respuestas posibles:

  • .redText{

    }

  • #columnLeft{

    }

  • body{

    }

Explicación

Pregunta 5 de 10

1

Which is the correct selector for a class?

Selecciona una de las siguientes respuestas posibles:

  • #contentRight{

    }

  • body{

    }

  • .redText{

    }

Explicación

Pregunta 6 de 10

1

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

Selecciona una de las siguientes respuestas posibles:

  • Absolute

  • Relative

  • Fixed

Explicación

Pregunta 7 de 10

1

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

Selecciona una de las siguientes respuestas posibles:

  • 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.

Explicación

Pregunta 8 de 10

1

Which is the correct description of the box model?

Selecciona una de las siguientes respuestas posibles:

  • 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.

Explicación

Pregunta 9 de 10

1

What is meant by document flow

Selecciona una de las siguientes respuestas posibles:

  • 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

Explicación

Pregunta 10 de 10

1

What is meant by a compound selector?

Selecciona una de las siguientes respuestas posibles:

  • A HTML element that is embedded within another element.

  • A complicated reference to an element in a page.

Explicación