Last HTML and CSS Quiz

Last HTML and CSS Quiz

6th Grade

23 Qs

quiz-placeholder

Similar activities

Інформаційна мозаїка

Інформаційна мозаїка

6th Grade

20 Qs

Python  _ ôn tập điều kiện

Python _ ôn tập điều kiện

5th Grade - University

22 Qs

ԹԳՀԳ 6-րդ դասարան ամփոփիչ կրկնություն

ԹԳՀԳ 6-րդ դասարան ամփոփիչ կրկնություն

6th Grade

20 Qs

Css test1

Css test1

2nd Grade - University

20 Qs

Av1 - Revisão (parte nota 1)sobre HTML e CSS

Av1 - Revisão (parte nota 1)sobre HTML e CSS

2nd Grade - University

25 Qs

CSS Font Property Quizziz

CSS Font Property Quizziz

6th Grade - University

25 Qs

Quizz Sec 2

Quizz Sec 2

6th Grade

20 Qs

HTML and CSS Challenge

HTML and CSS Challenge

6th Grade

20 Qs

Last HTML and CSS Quiz

Last HTML and CSS Quiz

Assessment

Quiz

Information Technology (IT)

6th Grade

Hard

Created by

Muhammad Muhammad

Used 2+ times

FREE Resource

23 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to define an internal style sheet?

<css>

<style>

<script>

<link>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct CSS property to make a text bold?

font-weight: bold;

text-style: bold;

font-bold: true;

bold: yes;

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct syntax to apply a class in CSS?

#classname {}

.classname {}

classname {}

@classname {}

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the default position property of an HTML element?

relative

absolute

static

fixed

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In CSS, how do you select all <p> elements inside a <div>?

div p {}

div > p {}

div + p {}

div, p {}

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which CSS property is used to control the space between elements' borders and their content?

margin

padding

spacing

border-spacing

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct way to include an external CSS file in an HTML document?

<link href="styles.css">

<style src="styles.css">

<css link="styles.css">

<link rel="stylesheet" href="styles.css">

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?