HTML & CSS Skill#4

HTML & CSS Skill#4

12th Grade

10 Qs

quiz-placeholder

Similar activities

Recuperação de HTML e CSS

Recuperação de HTML e CSS

2nd Grade - University

10 Qs

1ο Κριτήριο - Εφαρμογές Πληροφορικής Α4

1ο Κριτήριο - Εφαρμογές Πληροφορικής Α4

9th - 12th Grade

15 Qs

CSS-ponavljanje

CSS-ponavljanje

5th Grade - University

11 Qs

CSS проверка дз

CSS проверка дз

10th Grade - University

7 Qs

Formatting Text

Formatting Text

10th - 12th Grade

9 Qs

CSS (Text-Font-Box)

CSS (Text-Font-Box)

1st Grade - University

10 Qs

css

css

9th - 12th Grade

10 Qs

CSS quiz

CSS quiz

10th Grade - University

15 Qs

HTML & CSS Skill#4

HTML & CSS Skill#4

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Nixon López

Used 6+ times

FREE Resource

10 questions

Show all answers

1.

REORDER QUESTION

1 min • 2 pts

Media Image

Order the box model starting from the inside.

content

padding

border

margin

2.

LABELLING QUESTION

1 min • 2 pts

In the following code set the text color for the page to "red", and the text color for <h1> to "blue".

c
d

h1 {color: blue;}

body {color: red;}

h1 { color: 00ff00; }

body { color: (16,0,0); }

3.

REORDER QUESTION

1 min • 2 pts

Media Image

Correctly order the properties with their h1 tag values.

color:

font-family:

font-size:

font-weight:

text-align:

4.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

You are analyzing the following CSS for an element on a page:

background: #0000FF url(“Watermark.png”) repeat-x right;

The background  of the page  will be red?

Yes

No

5.

REORDER QUESTION

1 min • 2 pts

Order the following:

Correctly arrange the following code by setting as background color lightblue:

You should set the width of the div to "200px", the padding of the div to "25px", the border of the div to "25px solid navy", the margin of the div to "25px".

div{...}

background‑color: lightblue;

   width: 200px;

   padding: 25px;

 border: 25px solid navy;

   margin: 25px;

6.

DROPDOWN QUESTION

1 min • 2 pts

Complete the media queries for the mobile device.

@media only screen  ​ (a)        {

     / for mobiles phones /

    nav { display: none; }

    main { width: 100%; }

    aside { display: none; }

and (max‑widht: 480px)
and (min‑widht: 481px)
and (min‑widht: 769px)

7.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

The font-family attribute helps  ensure  maximun  compatibility  between  web browsers?

Yes

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?