MCQOPTIONS
Saved Bookmarks
This section includes 8 Mcqs, each offering curated multiple-choice questions to sharpen your Html knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Which of the following is not the parameter for email link? |
| A. | body |
| B. | bcc |
| C. | cc |
| D. | # |
| Answer» E. | |
| 2. |
What is used for specifying an email to be sent? |
| A. | mailto: |
| B. | target |
| C. | id |
| D. | href |
| Answer» B. target | |
| 3. |
Which attribute is used to link the bookmark? |
| A. | href |
| B. | id |
| C. | target |
| D. | <img> |
| Answer» B. id | |
| 4. |
What will add line break in the body of mail? |
| A. | %20 |
| B. | %0D%0A |
| C. | %0h%0A |
| D. | %10 |
| Answer» C. %0h%0A | |
| 5. |
Which one of the following is used for space character? |
| A. | %50 |
| B. | %60 |
| C. | %20 |
| D. | %10 |
| Answer» D. %10 | |
| 6. |
Which of the following sets the color of a link before it has been clicked on? |
| A. | ALINK |
| B. | LINK |
| C. | VLINK |
| D. | ULINK |
| Answer» C. VLINK | |
| 7. |
Which of the following opens linked document in full body? |
| A. | _blank |
| B. | _top |
| C. | _parent |
| D. | framename |
| Answer» C. _parent | |
| 8. |
target attribute cannot have? |
| A. | _blank |
| B. | _self |
| C. | _parent |
| D. | _color |
| Answer» E. | |