What does HTML stand for?
TECH ~ Final Test

Flashcard
•
Computers
•
7th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

39 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
HyperText Markup Language.
2.
FLASHCARD QUESTION
Front
What is the purpose of HTML in web development?
Back
HTML is used to structure and organize content on a webpage.
3.
FLASHCARD QUESTION
Front
What is the correct way to start an HTML document? Options: <BEGIN> followed by <HTML> tag, <!DOCTYPE html> followed by the <html> tag., <START DOCUMENT> followed by <END DOCUMENT>
Back
<!DOCTYPE html> followed by the <html> tag.
5.
FLASHCARD QUESTION
Front
How do you insert an image in an HTML document?
Back
Using the tag
6.
FLASHCARD QUESTION
Front
What tag is used to create a paragraph in HTML?
Back
<p> tag
7.
FLASHCARD QUESTION
Front
How do you create an unordered list in HTML?
Back
Using the
- tag, with each item inside an
- tag.