HTML & CSS

HTML & CSS

12th Grade

15 Qs

quiz-placeholder

Similar activities

Advanced HTML and CSS

Advanced HTML and CSS

9th - 12th Grade

15 Qs

CSS Box Model +

CSS Box Model +

8th - 12th Grade

20 Qs

HTML and CSS

HTML and CSS

9th - 12th Grade

20 Qs

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

CSS

CSS

11th - 12th Grade

19 Qs

Code.org Lesson 1-14

Code.org Lesson 1-14

9th - 12th Grade

15 Qs

CSS_1

CSS_1

12th Grade

20 Qs

CSS Quiz

CSS Quiz

7th - 12th Grade

20 Qs

HTML & CSS

HTML & CSS

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Maria Reyes

Used 6+ times

FREE Resource

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Arrange the basic structure of HTML5:

V, II, III, IV, I

II, I, III, IV, V

V, II, I, III, IV

II, IIII, I, IV, V

2.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

<head> is the same with <header>.

TRUE

FALSE

Answer explanation

The <head> contains information about the document that will not appear on the actual page, such as the title of the document, the author, which stylesheet to use and meta tags.

The <header> is used as a container for initial or introductory content. It usually contains the logo, navigation bar, and tag line of a website.

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This usually contains copyright information, sitemap, and home.

<header> </header>

<footer> </footer>

<nav> </nav>

<aside> </aside>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the correct syntax to link the external style sheet to an HTML document?

<link rel=”stylesheet” src=”style.css”>

<style rel=”stylesheet” href=”style.css”>

<link rel=”stylesheet” href=”style.css”>

<style rel=”stylesheet” src=”style.css”>

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

CSS can control the layout of multiple web pages all at once.

TRUE

FALSE

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How to add comments in CSS?

<!-- comment -->

// comment

*/ comment

/* comment */

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the selector (*) do in CSS?

selects all html elements on the page

selects specific elements using their class names

groups html elements with the same style definitions

selects elements with specific ID for styling

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?