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
121. To create a list using lowercase letters use ?
- <ol "a">
- <ol letter="a">
- <ol type="a">
122. To seperate single list items use ?
- <li> and </li>
- <ol> and </ol>
- <ul> and </ul>
123. Which section is used for text and tags that are shown directly on your web page ?
- Body
- Metatags
- Head
124. To set the font for a single link, where do you add the <font></font> tags ?
- Outside the <a> and </a>
- In the <body> tag
- Inside the <a> and </a> tags
125. Why should you add alternative text to your images ?
- In case the user wishes to load a different picture
- So the user can save the image using the text as a name
- So the users can get an idea of what the image is before it loads
126. What is used to store information usually relevant to browsers and searchengines?
- Tabs
- Cookies
- Metatags
127. What tag tells the browser where the page starts and stops ?
- <head>
- <body>
- <html>
128. Why should you specify a background color if you are using an image for the actual background of your page ?
- The background color will be shown until the image loads
- In case the image doesnt fit right
- So the text shows up better
129. The background image will scroll when the user scrolls down the page, unless you add which property to the <body> tag?
- bgproperties="holdstill"
- bgproperties="fixed"
- bgproperties="stationary"
130. Imagelinks can show a text label if you add which property?
- alternative
- str
- alt