HTML Layout

HTML Layout

11th Grade

8 Qs

quiz-placeholder

Similar activities

Pretest week 2

Pretest week 2

9th - 12th Grade

11 Qs

HTML QUIZ

HTML QUIZ

6th Grade - University

13 Qs

JS Quiz

JS Quiz

6th Grade - University

10 Qs

Tabel dalam HTML

Tabel dalam HTML

11th Grade

10 Qs

2025 - PDS - 2º Tec - RP1 - 1º Trimestre

2025 - PDS - 2º Tec - RP1 - 1º Trimestre

11th Grade

10 Qs

HTML DASAR

HTML DASAR

11th Grade

10 Qs

html basics

html basics

8th Grade - University

11 Qs

Asesmen Awal HTML & CSS

Asesmen Awal HTML & CSS

11th Grade

10 Qs

HTML Layout

HTML Layout

Assessment

Quiz

Information Technology (IT)

11th Grade

Hard

Created by

Rafat Alwa

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to define a division or a section in an HTML document?

div

span

section

header

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML5 tag is used to define navigation links in a web page?

van

nev

nav

article

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the <header> tag in HTML?

To create hyperlinks

To define the top section of a section that contains introductory content or

navigation links

To define footer content

To add multimedia elements

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is used to group together multiple elements into a block and can be styled with CSS?

div

aside

main

p

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What attribute is commonly used to uniquely identify an HTML element?

class

name

type

id

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which HTML tag is best for defining content that is tangentially related to the main content, such as a sidebar?

article

section

footer

aside

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the primary use of the <footer> tag?

To display navigation links

To define footer content such as copyright, links, and contact information

To display introductory information

To group a set of elements

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which tag would you use to define an independent, self-contained piece of content in HTML?

article

section

aside

div