HTML/CSS

HTML/CSS

7th - 8th Grade

26 Qs

quiz-placeholder

Similar activities

Web Design

Web Design

7th - 9th Grade

25 Qs

HTML REVISION

HTML REVISION

8th Grade

21 Qs

ICT - HTML

ICT - HTML

6th - 7th Grade

25 Qs

HTML/CSS Assessment

HTML/CSS Assessment

8th Grade

21 Qs

Camp Sequoia Part I

Camp Sequoia Part I

8th - 12th Grade

22 Qs

KS3 HTML QUIZ

KS3 HTML QUIZ

7th Grade

23 Qs

Code.org: Unit 2 Lesson 1-13 Test

Code.org: Unit 2 Lesson 1-13 Test

6th - 8th Grade

26 Qs

CSS Basics

CSS Basics

6th - 12th Grade

21 Qs

HTML/CSS

HTML/CSS

Assessment

Quiz

Computers

7th - 8th Grade

Hard

Created by

Anonymous Anonymous

Used 34+ times

FREE Resource

26 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Karen wants to begin a new line within a paragraph of text on a webpage. Which code should she use?
<li>
<h1>
<hr>
<br>

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Jerry wants to insert a line break into his webpage. Which code should he use?
<ul>
<li>
<br>
<h1>

3.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the proper code to insert an image named "frog.jpg"?
<img src="frog" width="104" height="142">
<img="frog.jpg" width="104" height="142">
<img src="frog.jpg" width="104" height="142">
<img ="frog" width="104" height"142">

4.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

The World Wide Web Consortium (W3C) plays which role in the web development standards?
It creates websites accessible to everyone.
It develops the standards for HTML and CSS.
It develops web browsers.
It is the agency that controls the World Wide Web.

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Annie wants the name of her product to be the main heading at the top of her webpage. Which tag defines the main heading in a web document?

<h3>Product</h3>

<h5>Product</h5>

<h1>Product</h1>

<h6>Product</h6>

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which tag defines the visible content of a web document?
<head>
<meta>
<title>
<body>

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Which tag will create a line break in a web document?
<hr>
<br>
<h1>
<body>

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?