HTML and CSS Quiz

HTML and CSS Quiz

6th Grade

31 Qs

quiz-placeholder

Similar activities

Limbajul HTML

Limbajul HTML

6th Grade

31 Qs

Mwd theory practice

Mwd theory practice

1st - 12th Grade

32 Qs

Internet y HTML

Internet y HTML

6th Grade

32 Qs

TEST HTML Clasa a VIII a

TEST HTML Clasa a VIII a

6th - 8th Grade

30 Qs

HTML i CSS - podstawowe znaczniki

HTML i CSS - podstawowe znaczniki

3rd - 7th Grade

34 Qs

ICT 2019

ICT 2019

1st Grade - University

30 Qs

Web Development Code.org CS Discoveries

Web Development Code.org CS Discoveries

6th - 12th Grade

35 Qs

Unit 2 Web Development

Unit 2 Web Development

6th - 12th Grade

35 Qs

HTML and CSS Quiz

HTML and CSS Quiz

Assessment

Quiz

Computers

6th Grade

Easy

Created by

Sonam Pareek

Used 1+ times

FREE Resource

31 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag correctly links an external CSS file?

  1. <style src="styles.css">

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

  1. <css href="styles.css">

  1. <script href="styles.css">

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to create a hyperlink?

  1. <link>

  1. <href>

  1. <url

  1. <a>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to group inline elements and apply styles without introducing a line break?

  1. <div>

  1. <span>

  1. <p>

  1. <section>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where is the correct place to put the <title> element?

  1. Inside <head>

  1. Inside <body>

  1. After </html>

  1. Anywhere

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which attribute is used with <link> to define the relationship to the document?

type

rel

href

media

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct CSS comment syntax?

. <!-- comment -->

// comment

/* comment */

# comment

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which selector targets an element with id="main"?

.main

main

#main

*main

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?