HTML Web Design Questions and Answers

Take Exam

HTML Web Design questions with answers are essential for students learning web technologies and preparing for technical interviews. HTML (HyperText Markup Language) is the backbone of web page creation and a key part of front-end development. These programming questions and answers test your understanding of tags, attributes, forms, hyperlinks, and document structure. HTML Web Design MCQs frequently appear in placement tests for companies like Infosys, Wipro, and Capgemini. By practicing HTML-related programming questions, you can build a strong foundation in web development and confidently face technical assessments.

HTML Web Design

Showing 10 of 196 questions

151. Which of the following will NOT be found in the <head> section ?

  • Metatags
  • Title
  • Table
Show Answer Report

152.  Which property tells how many rows a cell should span ?

  • colspan=n
  • Both rowspan=n and colspan=n
  • rowspan=n
Show Answer Report

153. You can add names to each frame window using which setting ?

  • name
  • src
  • ur
Show Answer Report

154. Using Hspace will add what to your image ?

  • Space to the left and right
  • Space to the top and bottom
  • Height to all sides
Show Answer Report

155. What is HTML?

  • HTML describes the structure of a webpage
  • HTML is the standard markup language mainly used to create web pages
  • HTML consists of a set of elements that helps the browser how to view the content
  • All of the mentioned
Show Answer Report

156. Who is the father of HTML?

  • Rasmus Lerdorf
  • Tim Berners-Lee
  • Brendan Eich
  • Sergey Brin
Show Answer Report

157. HTML stands for __________

  • HyperText Markup Language
  • HyperText Machine Language
  • HyperText Marking Language
  • HighText Marking Language
Show Answer Report

158. What is the correct syntax of doctype in HTML5?

  • </doctype html>
  • <doctype html>
  • <doctype html!>
  • <!doctype html>
Show Answer Report

159. Which of the following is used to read an HTML page and render it?

  • Web server
  • Web network
  • Web browser
  • Web matrix
Show Answer Report

160. Which of the following is not a difference between HTML and XHTML?

  • Charset in both html and xhtml is "text/html"
  • Tags and attributes are case-insensitive in HTML but not in XHTML
  • Special characters must be escaped using entities in XHTML unlike HTML
  • Charset in html is "text/html" whereas in xhtml it is "application/xml+xhtml"
Show Answer Report
Questions and Answers for Competitive Exams Various Entrance Test