Basic HTML (21)

Basic HTML (21)

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

HTML and CSS Review

HTML and CSS Review

3rd Grade - Professional Development

17 Qs

HTML5 Skills Review

HTML5 Skills Review

9th - 12th Grade

17 Qs

Html

Html

4th Grade - Professional Development

7 Qs

Code.org Lesson 1-14

Code.org Lesson 1-14

9th - 12th Grade

15 Qs

CSS

CSS

7th - 9th Grade

14 Qs

HTML y Coronavirus

HTML y Coronavirus

10th - 11th Grade

11 Qs

HTML CPU practice quiz

HTML CPU practice quiz

KG - Professional Development

14 Qs

FMT web developing session 4 HTML5 + CSS3

FMT web developing session 4 HTML5 + CSS3

KG - Professional Development

15 Qs

Basic HTML (21)

Basic HTML (21)

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Maitreyi Pattani

Used 7+ times

FREE Resource

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does HTML stand for?

Hypertext Making Language

Hyper Transfer Markup Language

Hypertext Markup Language

Hyper Transfer Making Language

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Objects between these tags are not usually displayed by the web browser.

<html> ... </html>

<body> ... </body>

<caption> .... </caption>

<head> .... </head>

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

Write the correct properties to align text in table cell as shown in image:

<td style="______________">

vertical-align:center

text-align:left

text-align:middle

text-align:center; vertical-align: middle;

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

This is the layer where that contains text and images of web page are placed.

Content Layer

Behavior Layer

Presentation Layer

5.

FILL IN THE BLANK QUESTION

1 min • 1 pt

____ is a text based language used to develop the presentation layer of the web page

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the largest heading? 

<h2>

<h6>

<h3>

<h5>

Answer explanation

Heading styles Largest to smallest:

<h1>

<h2>

<h3>

<h4>

<h5>

<h6>

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

There are _____ heading levels in HTML.

Answer explanation

There are six heading styles available and are defined with style names <h1> to <h6>.

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?