MCQOPTIONS
Saved Bookmarks
This section includes 9 Mcqs, each offering curated multiple-choice questions to sharpen your Technical MCQs knowledge and support exam preparation. Choose a topic below to get started.
| 1. |
Default style of link can be changed by- |
| A. | javascript |
| B. | css |
| C. | php |
| D. | Cannot be changed at all. |
| E. | |
| Answer» C. php | |
| 2. |
By default, a visited link in HTML is- |
| A. | purple and underlined. |
| B. | blue and underlined. |
| C. | red and underlined. |
| D. | blue and italics. |
| Answer» B. blue and underlined. | |
| 3. |
By default, the link in HTML is red and underlined when the link is- |
| A. | visited |
| B. | unvisited |
| C. | Active |
| D. | It is red and underlined. |
| Answer» D. It is red and underlined. | |
| 4. |
By default, an unvisited link in HTML is- |
| A. | purple and underlined. |
| B. | blue and underlined. |
| C. | red and underlined. |
| D. | blue and italics. |
| Answer» C. red and underlined. | |
| 5. |
<a href="home.php">Go to Home Page</a>6.What is the default value of target in tag of HTML? |
| A. | _self |
| B. | _blank |
| C. | _top |
| D. | _parent |
| Answer» B. _blank | |
| 6. |
What will the browser display for the above HTML code? |
| A. | It will display the entire line as it is. |
| B. | It will display- Go to Home Page |
| C. | It will display- Go to Home Page(link) |
| D. | First it will display home.php, and upon clicking it, it will display Go to Home Page.(link) |
| Answer» D. First it will display home.php, and upon clicking it, it will display Go to Home Page.(link) | |
| 7. |
Which one of the following value of target attribute opens the linked url in a new tab? |
| A. | _self |
| B. | _blank |
| C. | _top |
| D. | _parent |
| Answer» C. _top | |
| 8. |
Which attribute is used to give destination address in tag of HTML? |
| A. | href |
| B. | type |
| C. | address |
| D. | link |
| Answer» B. type | |
| 9. |
Which one of the following tag is used for creating a hyperlink? |
| A. | <link> |
| B. | <hyperlink> |
| C. | <a> |
| D. | <title> |
| Answer» D. <title> | |