HTML & CSS Skill#4

HTML & CSS Skill#4

12th Grade

10 Qs

quiz-placeholder

Similar activities

ws5-bmi-m6-0163

ws5-bmi-m6-0163

7th - 12th Grade

10 Qs

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

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

9th - 12th Grade

15 Qs

Formatting Text

Formatting Text

10th - 12th Grade

9 Qs

مراجعة عامة 1

مراجعة عامة 1

10th - 12th Grade

8 Qs

Boxmodel CSS

Boxmodel CSS

9th - 12th Grade

7 Qs

Padding Margin

Padding Margin

1st Grade - University

8 Qs

HTML & CSS Skill #4

HTML & CSS Skill #4

12th Grade

15 Qs

Recuperação de HTML e CSS

Recuperação de HTML e CSS

2nd Grade - University

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

margin

padding

border

content

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: 00ff00; }

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

h1 {color: blue;}

body {color: red;}

3.

REORDER QUESTION

1 min • 2 pts

Media Image

Correctly order the properties with their h1 tag values.

font-size:

font-weight:

font-family:

text-align:

color:

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{...}

   padding: 25px;

background‑color: lightblue;

 border: 25px solid navy;

   width: 200px;

   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?