CodeHS Div & Spans

CodeHS Div & Spans

7th - 12th Grade

20 Qs

quiz-placeholder

Similar activities

Web Development - CSS (Styling)

Web Development - CSS (Styling)

6th - 8th Grade

17 Qs

HTML basics

HTML basics

5th - 10th Grade

20 Qs

Unit 2 code.org

Unit 2 code.org

7th - 9th Grade

20 Qs

CSS_1

CSS_1

12th Grade

20 Qs

Web I: CSS Debug

Web I: CSS Debug

9th - 12th Grade

15 Qs

GRADE 9 QUIZ

GRADE 9 QUIZ

9th Grade

20 Qs

Code Quiz

Code Quiz

KG - University

21 Qs

HTML and CSS

HTML and CSS

7th Grade

18 Qs

CodeHS Div & Spans

CodeHS Div & Spans

Assessment

Quiz

Computers

7th - 12th Grade

Medium

Created by

Greg Baker

Used 58+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

You should save HTML files with which file extension?
.htm
.index
.webpage
.html

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag is used to create a hyperlink?
<a>
<u>
<b>
<i>

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

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

5.

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

6.

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) 

7.

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 (-)

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?