Css - Bootstrap

Css - Bootstrap

7th - 12th Grade

10 Qs

quiz-placeholder

Similar activities

Web Design Creating Part 1

Web Design Creating Part 1

8th Grade

13 Qs

Web Design: Tables & Styling

Web Design: Tables & Styling

9th - 12th Grade

11 Qs

Kiểm tra bài cũ

Kiểm tra bài cũ

12th Grade

10 Qs

Kod Arahan HTML (ASK Tingkatan 1)

Kod Arahan HTML (ASK Tingkatan 1)

7th Grade

15 Qs

Html

Html

7th Grade

10 Qs

HTML Quiz 1

HTML Quiz 1

8th - 10th Grade

11 Qs

HTML Tables

HTML Tables

7th Grade

10 Qs

HojasEstilos

HojasEstilos

11th Grade

15 Qs

Css - Bootstrap

Css - Bootstrap

Assessment

Quiz

Computers

7th - 12th Grade

Hard

Created by

Junior Achievement

Used 2+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Qué significa CSS?

Computer Style Sheets

Colorful Style Sheets

Creative Style Sheets

Cascading Style Sheets

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es el HTML correcto para hacer referencia a una hoja de estilo externa?

<link rel="stylesheet" href="estilos.css">

<style src="estilos.css">

<stylesheet>estilos.css</stylesheet>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Dónde se encuentra en un documento HTML el lugar correcto para hacer referencia a una hoja de estilo externa?

En el <body>

En el <head>

En el <doctype>

En el <header>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cuál es la sintaxis CSS correcta?

body {color: black;}

{body;color:black;}

body:color=black;

{body:color=black;}

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo se agrega un color de fondo para todos los elementos <h1>?

#h1.all {background-color: red;}

h1 {background-color: red;}

h1 (background-color: red;)

.h1. {background-color: red;}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

¿Cómo seleccionas elementos con el nombre de clase 'test'?

#test

test

*test

.test

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

La clase .container proporciona un contenedor de ancho completo, que abarca todo el ancho de la pantalla.

Si

No

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?