HTML & CSS Review

Flashcard
•
Computers
•
8th Grade
•
Hard
Wayground Content
FREE Resource
Student preview

16 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Tells the web browser the file is an HTML document. Options: <!DOCTYPE HTML>, <style></style>, <h1></h1>
Back
2.
FLASHCARD QUESTION
Front
Contains information about the web page such as style.
Back
3.
FLASHCARD QUESTION
Front
Sets the formatting of elements on a web page.
Back
4.
FLASHCARD QUESTION
Front
Contains tags for the text, images & hyperlinks on a web page. Options: <head></head>, <style></style>, <body></body>
Back
<body></body>
5.
FLASHCARD QUESTION
Front
Add a heading. Options: <hr>, <h1></h1>, <br>
Back
<h1></h1>
6.
FLASHCARD QUESTION
Front
Create a paragraph. Options: <body></body>, <h1></h1>, <p></p>
Back
<p></p>
7.
FLASHCARD QUESTION
Front
Creates a line across the page. Options: <br>, <hr>, <img>
Back
<hr>