HTML MCQ question and Answers 101-200
121. Which of the following is the correct regarding meta tag in HTML?
a. <meta> … </meta>
b. <meta name = ” ” />
c. <metadata> … </metadata>
d. <metadata name = ” ” />
Answer:- b
122. Which of the following is correct to set “Black” color as Background of page?
a. bgcolor = “#000000”>
b. <body background = “#000000”>
c. <body Background color = “#000000”>
d. All of Above
Answer:- a
123. Which of the following is correct to align H1 tag to Right Alignment
a. <h1 align = “right”> …
b. <h1 alignment = “right”> …
c. <h1 tag align = “right”> … </h1>
d. H1 cannot make Right Alignment
Answer:- a
124. Which of the following is correct to change font face in Web Page
a. <font = “font name”> …
b. <font name = “font name”> … </font>
c. <font face = “font name”> … </font>
d. Font Face cannot change
Answer:- c
125. Which of the following is incorrect regarding Logical styles?
a. Code looks like teletype
b. Sample looks like teletype
c. Keyboard looks like teletype
d. Variable looks like teletype
Answer:- d
126. Which of the following is correct character entities for “Copyright” symbol?
a. •
b. Ÿ
c. ©
d. ³
Answer:- c
127. Which tag is used to display Preformatted texts?
a. <pre> … </ pre>
b. <prefor> … </ prefor>
c. <pre text> … </ pre text>
d. <pre format> … </ pre format>
Answer:- a
128. Which is the correct to create an Arabic numeral list
a. <ul type=”1″>
b. <ol type=”1″>
c. <il type=”1″>
d. <li type=”1″>
Answer:- b
129. How to add alternative text for an Image?
a. <img src = “https://mcqsets.com/brand.png” alternate = “Brand of website” />
b. <img src = “https://mcqsets.com/brand.png” alt text = “Brand of website” />
c.src = “https://mcqsets.com/brand.png” alternate text = “Brand of website” />
d.src = “https://mcqsets.com/brand.png” alt = “Brand of website” />
Answer:- d