HTML and CSS Quiz

HTML and CSS Quiz

9th Grade

20 Qs

quiz-placeholder

Similar activities

Quiz 9 HTML and CSS

Quiz 9 HTML and CSS

9th Grade

18 Qs

Tutorial #2

Tutorial #2

9th - 12th Grade

25 Qs

html and css review

html and css review

9th - 12th Grade

15 Qs

Exercise Equilibrium dan Elastisitas

Exercise Equilibrium dan Elastisitas

4th Grade - University

15 Qs

Excel 2016 Module 3 Review (19-20)

Excel 2016 Module 3 Review (19-20)

9th - 12th Grade

24 Qs

MAWD 4.02 RWD Review Game

MAWD 4.02 RWD Review Game

9th - 12th Grade

20 Qs

Business Management SAC Revision

Business Management SAC Revision

KG - 12th Grade

22 Qs

Initial test digitalization

Initial test digitalization

9th - 12th Grade

20 Qs

HTML and CSS Quiz

HTML and CSS Quiz

Assessment

Quiz

Business

9th Grade

Medium

Created by

Zachary Wilson

Used 1+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following is NOT a benefit of using multiple HTML files for a website?

Improved organization

Easier maintenance

Faster loading times for all pages initially

Better code reusability

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which HTML element is used to embed another HTML document within the current page?

<div>

<embed>

<a>

<iframe>

3.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which HTML element is a generic container used for grouping and styling content?

<div>

<body>

<iframe>

<img>

4.

MULTIPLE SELECT QUESTION

20 sec • 1 pt

Semantic tags help to give meaning to our code. They help other developers and the browser understand our content and code. Which of the following are examples of semantic HTML tags? Select ALL that apply.

<header>

<div>

<main>

<footer>

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which attribute of the <iframe> tag specifies the URL of the embedded document?

src

href

url

source

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which CSS selector targets all elements that are direct children of a element?

div p

div > p

div + p

div ~ p

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which CSS selector targets the first element that immediately follows an element?

h2 p

h2 > p

h2 + p

h2 ~ 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?