Basic HTML (21)

Basic HTML (21)

9th - 12th Grade

12 Qs

quiz-placeholder

Similar activities

GRADE 11 & 12 ICT

GRADE 11 & 12 ICT

9th - 12th Grade

10 Qs

CodeHS Advanced HTML/CSS 2022 Quiz Review

CodeHS Advanced HTML/CSS 2022 Quiz Review

9th - 12th Grade

15 Qs

Recapitulare Web Design

Recapitulare Web Design

9th - 12th Grade

15 Qs

1ο Κριτήριο - Εφαρμογές Πληροφορικής Α4

1ο Κριτήριο - Εφαρμογές Πληροφορικής Α4

9th - 12th Grade

15 Qs

html

html

12th Grade - University

10 Qs

Display, border, ul, ol, li, table, td, th, tr

Display, border, ul, ol, li, table, td, th, tr

9th Grade

11 Qs

Quiz Table

Quiz Table

9th Grade

10 Qs

Bài 9: Tạo danh sách, bảng

Bài 9: Tạo danh sách, bảng

12th Grade

10 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?