BizPrompt

Flashcard
•
Computers
•
University
•
Hard
Standards-aligned
Quizizz Content
FREE Resource
Student preview

25 questions
Show all answers
1.
FLASHCARD QUESTION
Front
Which of the following is used to read an HTML page and render it? Web server, Web network, Web browser, Web matrix
Back
Web browser
2.
FLASHCARD QUESTION
Front
How do we write comments in HTML?
Back
<!……>
3.
FLASHCARD QUESTION
Front
Which HTML tag is used to insert an image? Options: <img url=”htmllogo.jpg” />, <img alt=”htmllogo.jpg” />, <img src=”htmllogo.jpg” />, <img link=”htmllogo.jpg” />
Back
<img src=”htmllogo.jpg” />
4.
FLASHCARD QUESTION
Front
Which character is used to represent when a tag is closed in HTML?
Back
/
5.
FLASHCARD QUESTION
Front
In HTML, which attribute is used to create a link that opens in a new window tab?
Back
target="_blank"
6.
FLASHCARD QUESTION
Front
Which of the following HTML tag is used to create an unordered list?
Options:
- ,
- ,
- ,
Back
7.
FLASHCARD QUESTION
Front
Which of the following HTML tag is used to add a row in a table? <th>, <td>, <tt>, <tr>
Back
<tr>