MCQOPTIONS
Saved Bookmarks
This section includes 71 Mcqs, each offering curated multiple-choice questions to sharpen your Bachelor of Sc in Computer Science FY knowledge and support exam preparation. Choose a topic below to get started.
| 51. |
To create a blank line in your web page |
| A. | press enter two times |
| B. | press shift + enter |
| C. | insert <br> tag |
| D. | insert <bline> |
| Answer» D. insert <bline> | |
| 52. |
There are ____ different of heading tags in HTML |
| A. | 4 |
| B. | 5 |
| C. | 6 |
| D. | 7 |
| Answer» D. 7 | |
| 53. |
Marquee is a tag in HTML to |
| A. | mark the list of items to maintaininqueue |
| B. | mark the text so that it is hidden in browser |
| C. | display text with scrolling effect |
| D. | none of above |
| Answer» D. none of above | |
| 54. |
In HTML document the tags |
| A. | should be written in upper case |
| B. | should be written in lower case |
| C. | should be written in propercase |
| D. | can be written in both uppercase or lowercase |
| Answer» E. | |
| 55. |
The _____ character tells browsers to stop tagging the text |
| A. | ? |
| B. | / |
| C. | > |
| D. | % |
| Answer» C. > | |
| 56. |
Some tags enclose the text. Those tags are known as |
| A. | couple tags |
| B. | single tags |
| C. | double tags |
| D. | pair tags |
| Answer» E. | |
| 57. |
HTML documents are saved in |
| A. | special binary format |
| B. | machine language codes |
| C. | ascii text |
| D. | none of above |
| Answer» D. none of above | |
| 58. |
To create HTML document you requirea |
| A. | web page editing software |
| B. | high powered computer |
| C. | just a notepad can be used |
| D. | none of above |
| Answer» D. none of above | |
| 59. |
The special formatting codes in HTML document used to present contentare |
| A. | tags |
| B. | attributes |
| C. | values |
| D. | none of above |
| Answer» B. attributes | |
| 60. |
Which of the following is not a pair tag? |
| A. | <p> |
| B. | < u > |
| C. | <i> |
| D. | <img> |
| Answer» E. | |
| 61. |
Which attribute is used to name an element uniquely? |
| A. | class |
| B. | id |
| C. | dot |
| D. | all of above |
| Answer» C. dot | |
| 62. |
What doesvlink attribute mean? |
| A. | visited link |
| B. | virtual link |
| C. | very good link |
| D. | active link |
| Answer» B. virtual link | |
| 63. |
What is the correct HTML tag for inserting a line break? |
| A. | <br> |
| B. | <lb> |
| C. | <break> |
| D. | <newline> |
| Answer» B. <lb> | |
| 64. |
Choose the correct HTML tag for the smallest size heading? |
| A. | <heading> |
| B. | <h6> |
| C. | <h1> |
| D. | <head> |
| Answer» C. <h1> | |
| 65. |
What is the correct HTML for making a hyperlink? |
| A. | <a href="http:// mcqsets.com">ict trends quiz</a> |
| B. | <a name="http://mcqsets.com">ict trends quiz</a> |
| C. | <http://mcqsets.com</a> |
| D. | url="http://mcqsets.com">ict trends quiz |
| Answer» B. <a name="http://mcqsets.com">ict trends quiz</a> | |
| 66. |
How can you make a numbered list? |
| A. | <dl> |
| B. | <ol> |
| C. | <list> |
| D. | <ul> |
| Answer» C. <list> | |
| 67. |
What should be the first tag in any HTML document? |
| A. | <head> |
| B. | <title> |
| C. | <html> |
| D. | <document> |
| Answer» D. <document> | |
| 68. |
Which tag inserts a line horizontally on your web page? |
| A. | <hr> |
| B. | <line> |
| C. | <line direction="horizontal"> |
| D. | <tr> |
| Answer» B. <line> | |
| 69. |
Tags and test that are not directly displayed on the page are written in _____ section. |
| A. | <html> |
| B. | <head> |
| C. | <title> |
| D. | <body> |
| Answer» C. <title> | |
| 70. |
tag makes the enclosed text bold. What is other tag to make text bold? |
| A. | <strong> |
| B. | <dar> |
| C. | <black> |
| D. | <emp> |
| Answer» B. <dar> | |
| 71. |
Awebpage displays a picture. What tag was used to display that picture? |
| A. | picture |
| B. | image |
| C. | img |
| D. | src |
| Answer» D. src | |