Search Header Logo

HTML & CSS Skill#4

Authored by Nixon López

Computers

12th Grade

Used 6+ times

HTML & CSS Skill#4
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

10 questions

Show all answers

1.

REORDER QUESTION

1 min • 2 pts

Media Image

Order the box model starting from the inside.

border

content

margin

padding

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

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

h1 { color: 00ff00; }

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-weight:

color:

text-align:

font-size:

font-family:

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

   margin: 25px;

background‑color: lightblue;

   padding: 25px;

 border: 25px solid navy;

   width: 200px;

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

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?