HTML & CSS Practice Test 5

HTML & CSS Practice Test 5

12th Grade

35 Qs

quiz-placeholder

Similar activities

Organizing My Website Content using Flexbox

Organizing My Website Content using Flexbox

8th Grade - University

40 Qs

HTML Basics

HTML Basics

11th - 12th Grade

30 Qs

HTML EOPA Review

HTML EOPA Review

9th - 12th Grade

40 Qs

uCertify SDA Chapter 7 Test

uCertify SDA Chapter 7 Test

8th - 12th Grade

30 Qs

Web Design Final Exam Review-HTML

Web Design Final Exam Review-HTML

9th - 12th Grade

33 Qs

Code.org Unit 2 Web Development

Code.org Unit 2 Web Development

6th - 12th Grade

35 Qs

Unit 10: Web Development Fundamentals

Unit 10: Web Development Fundamentals

9th - 12th Grade

30 Qs

Basic HTML and CSS Quiz 1.0

Basic HTML and CSS Quiz 1.0

12th Grade

35 Qs

HTML & CSS Practice Test 5

HTML & CSS Practice Test 5

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Mr Gabriel

Used 7+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following parts is not a valid part of the CSS box model?

Padding

Absolute

Border

Content

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To attach a shadow root to a custom element, you'd use which method?

element.attachShadow()

element.attachShadowRoot()

element.shadowDOM()

element.createShadow()

element.addShadowRoot()

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following tag is used for drop down list?

<select>

<text>

<textarea>

<dropdown>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to create a table?

<td>

<table>

<tabl>

<tr>

<data>

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In a flex container, which property is used to control the direction of the flex items?

flex-row

flex-align

flex-wrap

flex-direction

flex-path

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid value for the align-items property in a flex container?

center

flex-start

stretch

baseline

space-between

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS selector will select all elements that are placed immediately after a element?

div p

p:after-div

div + p

div > p

div ~ p

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?