Top 250+ Solved HTML MCQ Questions Answer
Q. Which of the following is the correct regarding meta tag in HTML?
a. A. <meta> … </meta>
b. <meta name = " " />
c. C. <metadata> … </metadata>
d. D. <metadata name = " " />
Q. Which of the following is correct to set "Black" color as Background of page?
a. A. <body bgcolor = "#000000">
b. <body background = "#000000">
c. C. <body Background color = "#000000">
d. D. All of Above
Q. Which of the following is correct to align H1 tag to Right Alignment
a. <h1 align = "right"> … </h1>
b. <h1 alignment = "right"> … </h1>
c. <h1 tag align = "right"> … </h1>
d. H1 cannot make Right Alignment
Q. Which of the following is correct to change font face in Web Page
a. A. <font = "font name"> … </font>
b. <font name = "font name"> … </font>
c. C. <font face = "font name"> … </font>
d. D. Font Face cannot change
Q. Which of the following is incorrect regarding Logical styles?
a. A. Code looks like teletype
b. Sample looks like teletype
c. C. Keyboard looks like teletype
d. D. Variable looks like teletype
Q. Which of the following is correct character entities for "Copyright" symbol?
a. A. •
b. Ÿ
c. C. ©
d. D. ³
Q. Which tag is used to display Preformatted texts?
a. A. <pre> … </ pre>
b. <prefor> … </ prefor>
c. <pre text> … </ pre text>
d. D. <pre format> … </ pre format>
Q. Which is the correct to create an Arabic numeral list
a. A. <ul type="1">
b. <ol type="1">
c. C. <il type="1">
d. D. <li type="1">
Q. How to add alternative text for an Image?
a. A. <img src = "http://www.mcqmate.com/brand.png" alternate = "Brand of website" />
b. <img src = "http://www.mcqmate.com/brand.png" alt text = "Brand of website" />
c. C. <img src = "http://www.mcqmate.com/brand.png" alternate text = "Brand of website" />
d. D. <img src = "http://www.mcqmate.com/branpng" alt = "Brand of website" />
Q. How to embedded Audio Files in HTML?
a. A. <embed src = "mysong.mid" width = "100" height = "15">
b. <embed sound = "mysong.mid" width = "100" height = "15">
c. C. <embed audio = "mysong.mid" width = "100" height = "15">
d. D. <embed music = "mysong.mid" width = "100" height = "15">
Q. HTML is considered as ___ language
a. Programming Langauge
b. OOP Language
c. High Level Language
d. Markup Language
Q. HTML tags are used to describe document ____
a. Definition
b. Language
c. Content
d. None of these