CodeHS Unit 5 Chapter Test

CodeHS Unit 5 Chapter Test

8th - 12th Grade

26 Qs

quiz-placeholder

Similar activities

HTML & CSS Review

HTML & CSS Review

7th - 10th Grade

24 Qs

CodeHS Unit 5 Test

CodeHS Unit 5 Test

8th - 12th Grade

26 Qs

HTML & CSS quiz

HTML & CSS quiz

6th Grade - Professional Development

21 Qs

CSS Dasar

CSS Dasar

11th Grade

22 Qs

ICT IGCSE Quiz

ICT IGCSE Quiz

11th Grade

25 Qs

Code Quiz

Code Quiz

KG - University

21 Qs

HTML-CSS

HTML-CSS

8th Grade

21 Qs

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

Code.org: Web Development: Unit 2 Lessons 10 - 14 Test

7th - 10th Grade

22 Qs

CodeHS Unit 5 Chapter Test

CodeHS Unit 5 Chapter Test

Assessment

Quiz

Computers

8th - 12th Grade

Medium

Created by

Greg Baker

Used 24+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Within which tags on the HTML page is the main content placed?
<head>
<style>
<html>
<body>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to add a picture to a web-page?
<graphic>
<img>
<pic>
<picture>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where in the HTML document is the correct location to insert code to link to your external CSS? 
In the <head> section
In the <body> section
At the very end of the document
At the very beginning of the document

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which is correct CSS syntax? 
{ body; color=black;}
body: color= black
body {color:black;}
(body color is black) 

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Both the head and body tag pairs are located within the HTML tag pair. This situation is known as ______________.

tagging

pairing

nesting

joining

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If you want to have more than one property for a CSS selector, what character separates them?
comma (,)
semi-colon (;)
colon (:)
dash (-)

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The code for the comment tag in CSS is
<!-- comment -->
<!-- comment >
/* comment /*
/* comment */

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?