Which of the following tag is used to begin creating a table in an HTML document? <table>, <tbl>, </table>, </tbl>
IST IA2 HTML Review 12.05

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

26 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Back
<table>
2.
FLASHCARD QUESTION
Front
Which of the following creates a table row? <tr>, <row>, <trow>, <rw>
Back
<tr>
3.
FLASHCARD QUESTION
Front
Which of the following will create a column in an HTML table? Options: <col>, <td>, <tcol>, <data>
Back
<td>
4.
FLASHCARD QUESTION
Front
Which of the following tags is used to create a heading within an HTML table? <h1>, <head>, <th>, <h2>
Back
<th>
5.
FLASHCARD QUESTION
Front
Which is the extension for HTML files? Options: .exe, .doc, .excel, .html
Back
.html
6.
FLASHCARD QUESTION
Front
Which of the following can be added to an html document? Tables, Hyperlinks, Lists, All of these
Back
All of these
7.
FLASHCARD QUESTION
Front
What does this tag do:
<a href = “ “ > … <a/>
Back
Links to an image from a website