HTML & CSS Part II

HTML & CSS Part II

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

JavaScript and Graphics

JavaScript and Graphics

9th - 12th Grade

15 Qs

Complete Guide to CSS Positions: element layout in CSS

Complete Guide to CSS Positions: element layout in CSS

9th - 12th Grade

17 Qs

1.2 Images

1.2 Images

9th - 10th Grade

14 Qs

HTML Graphics

HTML Graphics

9th - 12th Grade

16 Qs

JavaScript

JavaScript

9th - 12th Grade

15 Qs

JavaScript Bootcamp

JavaScript Bootcamp

9th - 12th Grade

15 Qs

MAWD 4.01

MAWD 4.01

9th - 12th Grade

16 Qs

Image Representation

Image Representation

7th - 10th Grade

15 Qs

HTML & CSS Part II

HTML & CSS Part II

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Nixon López

Used 9+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Media Image

What should be added to the "???" to ensure the website is responsive and adjusts to different screen sizes?

width=device-width, initial-scale=1.0

width=100%, initial-scale=1.0

width=device-width, initial-scale=0.5

D) width=device-width, initial-scale=2.0

2.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Media Image

What value should replace the "???" to apply the CSS rules inside the media query when the screen width is 768 pixels or less?

768px

980px

1200px

D) 600px

3.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Media Image

Which metadata element is responsible for specifying the character encoding of the HTML document?

<title>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta name="keywords" content="HTML, CSS, web development">

4.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Media Image

What will be the result of adding the given inline CSS to the <div> element?

The <div> will be centered on the page.

The <div> will be positioned 50 pixels from the top and 100 pixels from the left of its parent container.

The <div> will be positioned 50 pixels from the top and 100 pixels from the left of the screen.

The <div> will be positioned at the top-left corner of the screen.

5.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Media Image

What will be the positioning of the .box element within the .container?

The .box element will be positioned at the top-left corner of the .container.

The .box element will be positioned at the center of the .container.

The .box element will be positioned at the bottom-right corner of the .container.

The .box element will be hidden within the .container.

6.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Media Image

What is the total width of the box, including content, padding, border, and margin?

100px

124px

164px

204px

7.

MULTIPLE CHOICE QUESTION

45 sec • 2 pts

Media Image

What does the <track> element do in this code?

It displays an image.

It embeds a video with captions.

It plays audio files.

It creates a track for the video to follow.

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?