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

171. Which HTML tag is used to insert an image?

  • <img url="...">
  • <img alt="...">
  • <img src="...">
  • <img link="...">
Show Answer Report

172. HTML is a subset of ___________

  • SGMT
  • SGML
  • SGME
  • XHTML
Show Answer Report

173. Which character is used to close a tag in HTML?

  • #
  • !
  • /
  • \
Show Answer Report

174. Among the following, which is the HTML paragraph tag?

  • <p>
  • <pre>
  • <hr>
  • <a>
Show Answer Report

175. In HTML, which attribute opens a link in a new tab?

  • src="_blank"
  • alt="_blank"
  • target="_self"
  • target="_blank"
Show Answer Report

176. Which HTML element is used for a short quote?

  • <em>
  • <abbr>
  • <q>
  • <blockquote>
Show Answer Report

177. Which tag creates an unordered list?

  • <ol>
  • <ul>
  • <li>
  • <ll>
Show Answer Report

178. Which HTML element is used for abbreviation?

  • <abbr>
  • <blockquote>
  • <q>
  • <em>
Show Answer Report

179. Which tag is used to add a row in a table?

  • <th>
  • <td>
  • <tr>
  • <tt>
Show Answer Report

180. Which tag is used to create a text area in a form?

  • <textarea></textarea>
  • <text></text>
  • <input type="text">
  • <input type="textarea">
Show Answer Report
Questions and Answers for Competitive Exams Various Entrance Test