HTML & CSS Skill#4

HTML & CSS Skill#4

12th Grade

10 Qs

quiz-placeholder

Similar activities

To Change or Not to Change?

To Change or Not to Change?

12th Grade

10 Qs

Python List

Python List

4th Grade - University

15 Qs

Threats to Data

Threats to Data

9th - 12th Grade

11 Qs

1.1.1 The structure and function of the processor

1.1.1 The structure and function of the processor

11th Grade - University

15 Qs

COMPUTER PROGRAMMING Q2_FLOWCHART (2 points each)

COMPUTER PROGRAMMING Q2_FLOWCHART (2 points each)

11th - 12th Grade

10 Qs

Basics of spreadsheet

Basics of spreadsheet

12th Grade

15 Qs

Stepwise Refinement

Stepwise Refinement

11th - 12th Grade

13 Qs

MEDIA AND INFORMATION LITERACY

MEDIA AND INFORMATION LITERACY

12th Grade

10 Qs

HTML & CSS Skill#4

HTML & CSS Skill#4

Assessment

Quiz

Computers

12th Grade

Practice Problem

Medium

Created by

Nixon López

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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; }

h1 {color: blue;}

body {color: red;}

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

3.

REORDER QUESTION

1 min • 2 pts

Media Image

Correctly order the properties with their h1 tag values.

font-family:

color:

font-size:

text-align:

font-weight:

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;

   width: 200px;

background‑color: lightblue;

 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

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?