MCQOPTIONS
Saved Bookmarks
This section includes 657 Mcqs, each offering curated multiple-choice questions to sharpen your Testing Subject knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
How can you create an e-mail link? |
| A. | <mail href="a@b"> |
| B. | <mail>a@b</mail> |
| C. | <a href="a@b"> |
| D. | <a href="mailto:a@b.com"> |
| Answer» E. | |
| 2. |
What is the correct HTML for creating a hyperlink? |
| A. | <a name="">A</a> |
| B. | <a>B</a> |
| C. | <a href="http://www.example.com">example</a> |
| D. | <a url="http://www.example.com">example</a> |
| Answer» D. <a url="http://www.example.com">example</a> | |