
HTML Basics for Grade 6

Quiz
•
Computers
•
6th Grade
•
Hard
Natashaa Natashaa
Used 2+ times
FREE Resource
10 questions
Show all answers
1.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the purpose of HTML tags?
The purpose of HTML tags is to create animations on a website
The purpose of HTML tags is to structure content and define elements on a web page.
HTML tags are only used for adding images to a webpage
HTML tags are used for styling text on a web page
2.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a hyperlink in HTML?
3.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
What is the correct tag to display an image in HTML?
4.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
Explain the difference between ordered and unordered lists in HTML.
In HTML, ordered lists are indicated by
- tag and unordered lists by
- tag.
Unordered lists in HTML are represented by
- tag and ordered lists by
- tag.
Ordered lists in HTML are used for unnumbered items, while unordered lists are used for numbered items.
In HTML, ordered lists are indicated by
- tag and unordered lists by
- tag.
5.
MULTIPLE CHOICE QUESTION
30 sec • 1 pt
How do you create a table in HTML?
Use
- ,
- ,
- , and
- elements in HTML to create a table.
Use