MCQOPTIONS
Saved Bookmarks
This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Html knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
HTML object tag to embed multimedia will not embed in ___________. |
| A. | images |
| B. | Java applets |
| C. | video |
| D. | audio |
| E. | None of these |
| Answer» B. Java applets | |
| 2. |
video ID can be substituted by _____________. |
| A. | videoseries/list= |
| B. | videoseries$list= |
| C. | videoseries?list= |
| D. | videoseries.list= |
| E. | None of these |
| Answer» D. videoseries.list= | |
| 3. |
Headings of table lies inside ___________. |
| A. | >th< |
| B. | <tbody> |
| C. | <thead> |
| D. | <tfoot> |
| E. | None of these |
| Answer» D. <tfoot> | |
| 4. |
For heading we can use ____________. |
| A. | <th> |
| B. | <thead> |
| C. | <tr> |
| D. | <td> |
| E. | None of these |
| Answer» B. <thead> | |
| 5. |
Each cell of the table can be represented by using __________. |
| A. | <thead> |
| B. | <th> |
| C. | <td> |
| D. | <tr> |
| E. | None of these |
| Answer» D. <tr> | |
| 6. |
Borders can t be applied on ________________. |
| A. | <tr> |
| B. | >th< |
| C. | <thead> |
| D. | <td> |
| E. | None of these |
| Answer» B. >th< | |
| 7. |
border-spacing is given in _____________. |
| A. | mm |
| B. | inch |
| C. | pixels |
| D. | cm |
| E. | None of these |
| Answer» D. cm | |
| 8. |
For adding caption to the table we use ____________. |
| A. | <th> |
| B. | <tr> |
| C. | <caption> |
| D. | <thead> |
| E. | None of these |
| Answer» D. <thead> | |
| 9. |
Scope attribute can t have the value __________. |
| A. | <head> |
| B. | col |
| C. | row |
| D. | rowgroup |
| E. | None of these |
| Answer» B. col | |