HTML Web Design Questions and Answers
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
111. Which of these is not valid HTML?
- <font face="verdana,arial">
- <fontface="verdana">
112. Which of these tags are all <table>tags?
- <thead><body><tr>
- <table><tr><td>
- <table><head><tfoot>
- <table><tr><tt>
113. The <br>tag adds what to your webpage ?
- Line break
- Little bubbles
- Long breaks
115. Settings for columns(<td> tag) have higher priority than settings for rows(<tr> tag)
- Sometimes true, sometimes not
- True
- False
116. Colors in plain HTML can be specified using ?
- Meta tags
- Images
- Hexadecimal Colors
118. <ol> tags will create what kind of list ? a) Numbered List
- Bulleted List
- Grocery List
120. Tags and text that do not show directly on the page are placed where ?
- Body
- Tables
- Head