HTML & CSS Middle School

HTML & CSS Middle School

7th Grade

10 Qs

quiz-placeholder

Similar activities

Intro to HTML

Intro to HTML

7th - 8th Grade

15 Qs

HTML Tables

HTML Tables

7th Grade

10 Qs

HTML Basics

HTML Basics

7th Grade

11 Qs

Basic HTML Vocabulary part 1

Basic HTML Vocabulary part 1

6th - 7th Grade

14 Qs

Class 7 HTML

Class 7 HTML

5th - 7th Grade

10 Qs

Term 6 - Quiz 3

Term 6 - Quiz 3

7th - 9th Grade

11 Qs

Intro to HTML

Intro to HTML

7th Grade

10 Qs

HTML Basics

HTML Basics

7th - 10th Grade

10 Qs

HTML & CSS Middle School

HTML & CSS Middle School

Assessment

Quiz

Computers

7th Grade

Hard

Created by

Chimp Attack

Used 8+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you start a declaration in HTML?

<!DOCTYPE html>

<DOCTYPE! html/>

<DOCTYPE! html>

<!html doctype>

2.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Media Image

What is wrong with the html tag in this code?

no closing </html> tag

The <head> tag is not inside the <body> tag

No <p></p> tags on the text inside the body

Nothing is wrong with this code

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The <head></head> tags contain...

Metadata, <title> tags, <link> to your stylesheet, and <script>

The <body> element and other tags

Nothing

User data, <header></header> tags and <footer></footer> tags

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The correct way to link an external CSS

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

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

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

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Everything that you see within the viewport or the user's visible area of a web page must be contained within the

<body></body>

tags

<head></head>

tags

<html></html>

tags

<header></header>

tags

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What will this code create?

Hyperlinked texts that serve as navigation menu

Links to external html and css

Unordered list of hyperlinked text

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would this CSS rule do to your html page?

change the background color of the body to light blue

change the color of the background image to light blue

change the text color to light blue

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?