HTML and CSS Quiz

HTML and CSS Quiz

9th Grade

20 Qs

quiz-placeholder

Similar activities

Business Communication_Lesson 1.1

Business Communication_Lesson 1.1

9th - 12th Grade

15 Qs

Year 9: Market Mix Quiz

Year 9: Market Mix Quiz

9th - 12th Grade

20 Qs

Market Failure

Market Failure

7th Grade - University

20 Qs

QUIZ 3 POWER POINT

QUIZ 3 POWER POINT

KG - Professional Development

20 Qs

ITAA Unit 4: HTML

ITAA Unit 4: HTML

9th - 12th Grade

18 Qs

Digital Design 2.0 2020

Digital Design 2.0 2020

9th Grade - University

23 Qs

MaWD (4.0 Most Missed Questions)

MaWD (4.0 Most Missed Questions)

9th - 12th Grade

25 Qs

N5 AIT - Spreadsheets Quiz

N5 AIT - Spreadsheets Quiz

9th - 12th Grade

15 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?