( Best 100+ ) HTML MCQ Question and answers 101-200

by Mr. DJ

HTML MCQ question and Answers 101-200

What HTML means?
HyperText Markup Language
HyperText Markup Language (HTML) is the set of markup symbols or codes inserted into a file intended for display on the Internet. The markup tells web browsers how to display a web page’s words and images.
HTML MCQ question and Answers

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. &#149;
b. &#159;
c. &#169;
d. &#179;

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

You may also like

Leave a Comment