HTML and CSS

HTML and CSS

10th Grade

35 Qs

quiz-placeholder

Similar activities

Review for Test 3

Review for Test 3

10th Grade

38 Qs

CSS Elements

CSS Elements

9th - 12th Grade

31 Qs

Semester 1 Year 10 DigiTech Revision

Semester 1 Year 10 DigiTech Revision

10th - 11th Grade

31 Qs

CSS Responsive Web Design?

CSS Responsive Web Design?

9th - 12th Grade

32 Qs

HTML Easy level Quiz

HTML Easy level Quiz

9th - 12th Grade

30 Qs

Веб дизайн 10кл

Веб дизайн 10кл

10th Grade

37 Qs

HTML

HTML

10th Grade

31 Qs

CodeHS Web Design - HTML - Mid-Unit Test

CodeHS Web Design - HTML - Mid-Unit Test

9th - 12th Grade

40 Qs

HTML and CSS

HTML and CSS

Assessment

Quiz

Computers

10th Grade

Hard

Created by

Ajit Mohurle

Used 32+ times

FREE Resource

35 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

What is the difference between an HTML Tag and an HTML element?
An HTML Tag is case sensitive and an HTML element is not case sensitive.
An HTML Tag is always paired and an HTML element is an "empty" tag.
An HTML Tag defines content and an HTML Element includes the opening and closing tags and everything in between.
An HTML Tag defines content and an HTML Element gives additional meaning and content.

2.

MULTIPLE CHOICE QUESTION

30 sec • 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>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

John wants the name of his book to appear in search results for Google. Where should this information be
placed within his webpage?
head
meta
body
nav

4.

MULTIPLE CHOICE QUESTION

30 sec • 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">

5.

MULTIPLE CHOICE QUESTION

30 sec • 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.

6.

MULTIPLE CHOICE QUESTION

30 sec • 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>

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag defines the visible content of a web document?
<head>
<meta>
<title>
<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?