HTML stands for:
Final Exam Review

Flashcard
•
Computers
•
9th - 12th Grade
•
Hard
Quizizz Content
FREE Resource
Student preview

38 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
Hyper Text Markup Language
2.
FLASHCARD QUESTION
Front
What is CSS used for?
Back
Design the style of a website
3.
FLASHCARD QUESTION
Front
What does an
tag do in HTML?
Back
Makes the text large and bold for a heading
4.
FLASHCARD QUESTION
Front
What's wrong with the HTML code below? <p>This is a paragraph in HTML</h1>
Back
The closing tag should be </p>
5.
FLASHCARD QUESTION
Front
What is the function of a
tag on a webpage?
Back
Create a line break
6.
FLASHCARD QUESTION
Front
What does the following HTML code do? <img src="picture.jpg" style="width:200px; height:200px">
Back
Adds an image to the webpage with a width of 200 pixels and height of 200 pixels
7.
FLASHCARD QUESTION
Front
What line of code typically begins an HTML page? Options: <html>, <title>, <head>, <body>
Back
<html>