
HTML Basics for Grade 14

Quiz
•
Professional Development
•
Professional Development
•
Hard
بيت الافلام
FREE Resource
14 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of HTML tags?
HTML tags are used for styling text on a webpage
The purpose of HTML tags is to create animations on a webpage
The purpose of HTML tags is to structure content on a webpage and define different elements.
HTML tags are only used for adding images to a webpage
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How can you format text in HTML?
You can format text in HTML using tags like
You can format text in HTML using tags like
You can format text in HTML using tags like , , , , , , to
,
, ,
You can format text in HTML using tags like
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the difference between links and images in HTML.
Links are used for embedding content, while images are used for redirection.
Links are used for styling, while images are used for functionality.
Links are used for navigation, while images are used for visual content.
Links are displayed as text, while images are displayed as hyperlinks.
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What are the different types of lists in HTML?
description lists (
numbered lists (
bulleted lists (
ordered lists (
- ), unordered lists (
- ), definition lists (
- )
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a table in HTML?
Use
- ,
- ,
- , and
- elements in HTML.
Use
Use