McqMate
These multiple-choice questions (MCQs) are designed to enhance your knowledge and understanding in the following areas: Bachelor of Computer Applications (BCA) , Bachelor of Business Administration in Computer Applications (BBA [CA]) .
Chapters
1. |
-----stands for Hyper Text Markup Language |
A. | <html> |
B. | <body> |
C. | <!doctype> |
D. | <h1> |
Answer» A. <html> |
2. |
----describes the structure of a Web page |
A. | <html> |
B. | <body> |
C. | <!doctype> |
D. | <h1> |
Answer» A. <html> |
3. |
----elements tell the browser how to display the content |
A. | <html> |
B. | <body> |
C. | <!doctype> |
D. | <h1> |
Answer» A. <html> |
4. |
----is the standard markup language for creating Web pages |
A. | <html> |
B. | <body> |
C. | <!doctype> |
D. | <h1> |
Answer» A. <html> |
5. |
A browser does not display the HTML tags, but uses them to determine how to
|
A. | yes |
B. | no |
C. | can not say |
D. | none of these |
Answer» A. yes |
6. |
The HTML document itself begins with -----and ends with </html>. |
A. | <html> |
B. | <body> |
C. | <!doctype> |
D. | <h1> |
Answer» A. <html> |
7. |
The visible part of the HTML document is between----and </body>. |
A. | <html> |
B. | <body> |
C. | <!doctype> |
D. | <h1> |
Answer» B. <body> |
8. |
<TAGS> tages are divided into 2 types |
A. | paired tag & single tag |
B. | meta tag &verbal tag |
C. | order tag & sequence tag |
D. | none of these. |
Answer» A. paired tag & single tag |
9. |
The-----declaration represents the document type, and helps browsers to
|
A. | <html> |
B. | <body> |
C. | <!doctype> |
D. | <h1> |
Answer» C. <!doctype> |
10. |
The------declaration for HTML5 is: |
A. | <html> |
B. | <body> |
C. | <!doctype> |
D. | <h1> |
Answer» C. <!doctype> |
11. |
The-------declaration is not case sensitive. |
A. | <html> |
B. | <body> |
C. | <!doctype> |
D. | <h1> |
Answer» C. <!doctype> |
12. |
-------defines the most important heading. <h6> defines the least important
|
A. | <H1> |
B. | <P> |
C. | <HR> |
D. | <pre> |
Answer» A. <H1> |
13. |
<h1> defines the most important heading------- defines the least important
|
A. | <H6> |
B. | <P> |
C. | <HR> |
D. | <pre> |
Answer» A. <H6> |
14. |
The HTML------element defines a paragraph. |
A. | <H6> |
B. | <P> |
C. | <HR> |
D. | <pre> |
Answer» B. <P> |
15. |
The------tag defines a thematic break in an HTML page, and is most often
|
A. | <H6> |
B. | <P> |
C. | <HR> |
D. | <pre> |
Answer» C. <HR> |
16. |
The HTML-----element defines a line break |
A. | <br> |
B. | <P> |
C. | <HR> |
D. | <pre> |
Answer» A. <br> |
17. |
The HTML-------element defines preformatted text. |
A. | <H6> |
B. | <P> |
C. | <HR> |
D. | <pre> |
Answer» D. <pre> |
18. |
------are used to indicate exactly how specific characters are to be formatted |
A. | physical tag |
B. | <P> |
C. | logical tag |
D. | <pre> |
Answer» A. physical tag |
19. |
------are used to indicate to the visually impaired that there is some
|
A. | physical tag |
B. | <P> |
C. | logical tag |
D. | <pre> |
Answer» C. logical tag |
20. |
-----it is used to show the Bold text |
A. | <b> |
B. | <strong> |
C. | <i> |
D. | <em> |
Answer» A. <b> |
21. |
-------it is used to show the Bold text and big font |
A. | <b> |
B. | <strong> |
C. | <i> |
D. | <em> |
Answer» B. <strong> |
22. |
-----it is used to show the Italic text |
A. | <b> |
B. | <strong> |
C. | <i> |
D. | <em> |
Answer» C. <i> |
23. |
------it is used to show the Emphasized text |
A. | <b> |
B. | <strong> |
C. | <i> |
D. | <em> |
Answer» D. <em> |
24. |
-------it is used to show the Smaller text. |
A. | <del> |
B. | <small> |
C. | <ins> |
D. | <sub> |
Answer» B. <small> |
25. |
------it is used to show the Deleted text |
A. | <del> |
B. | <small> |
C. | <ins> |
D. | <sub> |
Answer» A. <del> |
26. |
-------it is used to show the Inserted text. |
A. | <del> |
B. | <small> |
C. | <ins> |
D. | <sub> |
Answer» C. <ins> |
27. |
-------it is used to show the Subscript text. |
A. | <del> |
B. | <small> |
C. | <ins> |
D. | <sub> |
Answer» D. <sub> |
28. |
-------it is used to show the Superscript text. |
A. | <del> |
B. | <small> |
C. | <ins> |
D. | <sup> |
Answer» D. <sup> |
29. |
The----tag is used to create the table in html |
A. | <table> |
B. | <caption> |
C. | <link> |
D. | hyperlinks |
Answer» A. <table> |
30. |
The -------tag is used to create a table caption |
A. | <table> |
B. | <caption> |
C. | <link> |
D. | hyperlinks |
Answer» B. <caption> |
31. |
The-------starts at the ((Source)) anchor and points to the ((Destination))
|
A. | <table> |
B. | <caption> |
C. | <link> |
D. | hyperlinks |
Answer» C. <link> |
32. |
-----is a connection from one web resource to another. |
A. | <table> |
B. | <caption> |
C. | <link> |
D. | hyperlinks |
Answer» C. <link> |
33. |
-------allow visitors to navigate between websites by clicking on words, phrases,
|
A. | <table> |
B. | <caption> |
C. | <link> |
D. | hyperlinks |
Answer» D. hyperlinks |
34. |
-------To create a link to another documents by using href attribute |
A. | <a> |
B. | <caption> |
C. | <link> |
D. | hyperlinks |
Answer» A. <a> |
35. |
--------is the attribute use to specify the destination address of the link used. |
A. | <table> |
B. | <caption> |
C. | <link> |
D. | href |
Answer» D. href |
36. |
To use an image as a link, just put the------tag inside the <a> tag: |
A. | <table> |
B. | <img> |
C. | <link> |
D. | href |
Answer» B. <img> |
37. |
The HTML---------element defines a section that is quoted from another source. |
A. | <blockquote> |
B. | <img> |
C. | <link> |
D. | href |
Answer» A. <blockquote> |
38. |
The HTML------tag defines the title of a creative work (e.g. a book, a poem, a
|
A. | <blockquote> |
B. | <cite> |
C. | <link> |
D. | href |
Answer» B. <cite> |
39. |
------it is used to show the comments in html . |
A. | <blockquote> |
B. | <!--> |
C. | <link> |
D. | href |
Answer» B. <!--> |
40. |
The-----element is a block element, and will always start on a new line and
|
A. | <blockquote> |
B. | <bgcolor> |
C. | <link> |
D. | Div |
Answer» D. Div |
41. |
The-----element is an inline element, and will not start on a new line and only
|
A. | <blockquote> |
B. | <bgcolor> |
C. | <span> |
D. | Div |
Answer» C. <span> |
42. |
The HTML-----attribute is used to specify a class for an HTML element. |
A. | <blockquote> |
B. | <class> |
C. | <span> |
D. | Div |
Answer» B. <class> |
43. |
The -------attribute is often used to point to a class name in a style sheet. It can
|
A. | <blockquote> |
B. | <class> |
C. | <span> |
D. | Div |
Answer» B. <class> |
44. |
The HTML------element is used to create an HTML form for user input. |
A. | <blockquote> |
B. | <form> |
C. | <span> |
D. | Div |
Answer» B. <form> |
45. |
The-----tag is used to show the message to the user . |
A. | <text> |
B. | <label> |
C. | <checkbox> |
D. | <radio button> |
Answer» B. <label> |
46. |
The <input type="-------"> defines a checkbox it is used to give no of option and
|
A. | <text> |
B. | <label> |
C. | <checkbox> |
D. | <radio button> |
Answer» C. <checkbox> |
47. |
The <input type="radio"> defines a -------it is used to give no of option and we
|
A. | <text> |
B. | <label> |
C. | <checkbox> |
D. | <radio button> |
Answer» D. <radio button> |
48. |
The <input type="-----"> defines a button for submitting the form data . |
A. | <text> |
B. | <label> |
C. | <checkbox> |
D. | <submit> |
Answer» D. <submit> |
49. |
The-----element defines a drop-down list. |
A. | <text> |
B. | <select> |
C. | <checkbox> |
D. | <submit> |
Answer» B. <select> |
50. |
-------tag is used to move the text form left to right or right or left. |
A. | <marquee> |
B. | <select> |
C. | <checkbox> |
D. | <submit> |
Answer» A. <marquee> |
Done Studing? Take A Test.
Great job completing your study session! Now it's time to put your knowledge to the test. Challenge yourself, see how much you've learned, and identify areas for improvement. Don’t worry, this is all part of the journey to mastery. Ready for the next step? Take a quiz to solidify what you've just studied.