Q: HTML stands for:
A) Hyper Transfer Markup Language
B) Hyper Text Markup Language
C) High Text Markup Language
D) Hyper Text Machine Language
Hyper Text Markup Language
Q: Which tag is used to insert an image in HTML?
A) <picture>
B) <image>
C) <img></img>
D) <src></src></image></picture>
<img></img>
Q: Which tag is used to create a hyperlink?
A) <link></link>
B) <a>
C) <href>
D) <url></url></href></a>
<a></a>
Q: Which HTML tag is used to create a table?
A) <tab>
B) <row>
C) <table>
D) <tr></row></tab>
<table>
</table>
Q: Which language is used for client-side scripting?
A) C
B) Java
C) JavaScript
D) Python
JavaScript
________ is the standard language used to create web pages.
HTML
The <form> tag is used to create a ________ on a web page.
Form
The ________ attribute of <img></img> specifies the image location.
src
________ is used to design the appearance of web pages.
CSS
A ________ browser is used to view web pages.
Web
HTML is used to design web pages.
True
JavaScript is used for client-side scripting.
True
The <img></img> tag is used to create tables.
False
HTML forms are used to collect user data.
True
A web browser is used to edit HTML code.
False
Q: Which HTML tag is used to create a row in a table?
A) <td>
B) <th>
C) <tr>
D) <table>
<tr>
</tr>
Q: Which tag is used to create a table heading?
A) <td>
B) <th>
C) <tr>
D) <head>
<th>
</th>
Q: Which attribute is used to specify the destination of a hyperlink?
A) src
B) link
C) href
D) target
href
Q: Which HTML tag is used to create a line break?
A) <break>
B) <br></br>
C) <lb>
D) <line></line></lb></break>
<br></br>
Q: Which tag is used to create a text box in a form?
A) <textbox>
B) <text>
C) <input></input>
D) <form></text></textbox>
<input></input>
The ________ tag is used to create a hyperlink in HTML.
<a></a>
The ________ tag is used to insert an image in HTML.
<img></img>
The ________ tag is used to create a table row.
<tr>
</tr>
________ scripting language is used to make web pages interactive.
JavaScript
| is used to define a table cell.
True
29
Forms are used to collect information from users.
True
30
JavaScript cannot be used in web pages.
False
|