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

181. To show deleted text, which element is used?

  • <del>
  • <em>
  • <strong>
  • <ins>
Show Answer Report

182. What is the correct syntax of a web address?

  • port://domain.filename:path/scheme/prefix
  • prefix://scheme.port:domain/filename/path
  • path://prefix.port:domain/filename/scheme
  • scheme://prefix.domain:port/path/filename
Show Answer Report

183. Which tag is used to create a dropdown in a form?

  • <input>
  • <select>
  • <text>
  • <textarea>
Show Answer Report

184. Which tag creates a numbered list?

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

185. How to create a checkbox in HTML?

  • <input type="text">
  • <input type="textarea">
  • <input type="checkbox">
  • <input type="button">
Show Answer Report

186. Which extension is used to save an HTML file?

  • .hl
  • .h
  • .htl
  • .html
Show Answer Report

187. Which tag creates a blank line in HTML?

  • <b>
  • <br>
  • <em>
  • <a>
Show Answer Report

188. Which HTML tag makes text italic?

  • <b>
  • <p>
  • <i>
  • <a>
Show Answer Report

189. What is the use of `<hr/>` tag in HTML?

  • Italics
  • Vertical rule
  • Line break
  • Horizontal rule
Show Answer Report

190. Which attribute is not essential under `<iframe>`?

  • frameborder
  • width
  • height
  • src
Show Answer Report
Questions and Answers for Competitive Exams Various Entrance Test