HTML MCQ Quiz Hub

HTML . MCQ SET 1

Choose a topic to test your knowledge and improve your HTML skills

1. HTML stands for?




2. Which of the following attributes of text box control allow to limit the maximum character?




3. The attribute, which define the relationship between current document and HREF'ed URL is




4. Which of the following options is correct with regard to HTML?




5. When trying to access a URL, the following message is displayed on the browser: Server Error 403 What could be the reason for the message?




6. HTML is considered as _________ language.




7. HTML markup language is a set of Markup ___________.




8. A webpage displays a picture. What tag was used to display that picture?




9. The special formatting codes in HTML document used to present conten tare




10. There are ____ different of heading tags in HTML.




11. HTML supports




12. Which of the following selector matches a particular element only when it lies inside a particular element?




13. Which of the following property is used to increase or decrease how bold or light a font appears?




14. Which of the following is correct about Hex Code format of CSS colors?




15. Which of the following defines a measurement as a percentage relative to another value, typically an enclosing element?




16. Which of the following property is used as a shorthand to specify a number of other background properties?




17. Which of the following property is used to set the opacity of an image?




18. Which of the following property specifies whether a long point that wraps to a second line should align with the first line or start underneath the start of the marker of a list?




19. The language used for creating web pages




20. Name the section at the top of the document used to place the name, page number etc. :




21. HTML is basically used to design




22. Pseudo-classes are used to represent ___________________.




23. Which of the following is used to represent Visited hyperlink.




24. Which of the following is used to represent unvisited hyperlink.




25. We write single ______ before the pseudo-class property.




26. Element that Currently has the user’s mouse pointer hovering over it represents one of the following Pseudo Class.




27. Currently clicking and holding down the mouse button on represents ___________ pseudo class.




28. Which property is used to specify typefaces ?




29. How many type faces inside property "font-family" ?




30. Fonts such as Times New Roman which have spaces in between must be wrapped inside ______ .




31. Which of the following fonts are Generic Fonts ?




32. Courier / Courier New" resembles following generic font family -




33. Multiple font faces are separated by __________ .




34. A group of font families with a similar look -




35. In Descendant Selector , style is applied to element based on ________ .




36. Following Style is applied to - div.wrapper h2 { font-size: 18px; margin-top: 0; }




37. HTML tags are used to describe document ___________.




38. HTML Document can contain ______________.




39. Page Designed in HTML is called as ________.




40. HTML program is saved using ____________ extension.




41. HTML program can be read and rendered by _________.




42. Which of the following is not an example of browser ?




43. Who was the primary author of HTML (Hyper Text Markup Language) ?




44. HTML was firstly proposed in year _______.




45. HTML tags are surrounded by __________ brackets.




46. Opening Tag of HTML Tag is called as __________.




47. Which of the following tag is used to link the URL ?




48. Link URL in HTML is specified using __________ attribute.




49. Following tag Stands for - <a>




50. Value of Attribute "href" is also called as __________ of the Destination Web Page.




51. Link in HTML can be of following type(s).




52. Default Style and Color of Unvisited Link in any browser is ____________.




53. Visited Link in Mozilla Firefox is Generally shown in __________ Color.




54. Default color of active link in browser is ____________.




55. A linked page using anchor tag is normally displayed in the ____________




56. _________ attribute is used to specify , where to open the linked document.




57. Which of the Anchor Attribute is used to specify the language of the linked document ?




58. Relationship Between the Current document and the Linked document is specified using ___________ attribute.




59. Which of the following is used to open document in new window ?




60. _______ attribute is used to specify MIME type of linked document ?




61. _________ attribute specifies what media/device the linked document is optimized for ?




62. Default attribute value of "target" is ______________ in HTML.




63. HTML Links can be styled using ___________.




64. Which is largest Heading tag ?




65. _________ defines the most important heading ?




66. For Showing heading in HTML web page we use ____________ tag.




67. Which is smallest Heading Tag ?




68. In HTML we have _________ type of heading tags.




69. __________ automatically add some empty space (a margin) before and after each heading.




70. Which of the Style is applied to the H1 heading by default ?




71. Which tag is used to divide the HTML document into the paragraphs ?




72. Text written inside the following pair of tags is considered as paragraph.




73. Browsers automatically add an __________ before and after a paragraph.




74. To create a link to an e-mail address following syntax is used -




75. In HTML , If we need to send the email then href attribute of anchor tag starts with _________ keyword.