HTML & CSS Quiz 1

HTML & CSS Quiz 1

Assessment

Quiz

Other

KG - 12th Grade

Medium

Created by

David Platt

Used 1K+ times

FREE Resource

Student preview

quiz-placeholder

15 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of these tags would display the largest text?
<p>
<h6>
<h2>
<h4>

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of <!DOCTYPE html>?
provides the web browser with security information
instructs the browser where to look for your CSS files
Allows programmers to link to files in-line
Tells the web browser what language to expect

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the difference between HTML and CSS?
CSS is one type of HTML
HTML gives a webpage structure. CSS provides styling.
CSS structures a webpage. HTML strictly provides styling.
There is no difference.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Where in your HTML document should you include the code <!DOCTYPE html>?
body section
doesn't matter
last line
first line

5.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

What is the function of a title tag?
stores webpage title for browser and search engine results
show server how to index the website
shows meta information about the title
shows server how to title the website

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make a numbered list?
<list>
<ol>
<dl>
<ul>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How can you make a bulleted list?
<ol>
<ul>
<list>
<dl>

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?