Basic HTML (21)

Basic HTML (21)

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

Kiểm tra bài cũ

Kiểm tra bài cũ

12th Grade

10 Qs

uCertify SDA Lesson 5 Quiz

uCertify SDA Lesson 5 Quiz

8th - 12th Grade

15 Qs

Основы веб-конструирования

Основы веб-конструирования

11th Grade

15 Qs

20128-2110 EP6

20128-2110 EP6

11th Grade

10 Qs

تصميم موقع ويب-أصيلة البوصافي

تصميم موقع ويب-أصيلة البوصافي

10th Grade

10 Qs

2023 - Web Design - CSS Review

2023 - Web Design - CSS Review

9th - 12th Grade

15 Qs

HTML CSS

HTML CSS

10th - 12th Grade

15 Qs

Basic HTML (21)

Basic HTML (21)

Assessment

Quiz

Computers

9th - 12th Grade

Hard

Created by

Maitreyi Pattani

Used 6+ 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?