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
131. Adding a border to your image helps the visitor to recognize it as what ?
- A really great picture
- A frame
- A Link
132. Which of the following is NOT a valid pair for browser safe colors ?
- AA
- CC
- 00
133. To start a numbered list with regular numerals use ?
- <ol type="a">
- <ol type="1">
- <ol type="I">
134. Defining clickable sub-areas on an image is called?
- imagelinking
- imagemapping
- Multiple Linking
135. How can you open a link in a new browser window?
- <a href="url" new>
- <a href="url" target="_blank">
- <a href="url" target="new
137. Which property will open a page in a new window?
- target="_self"
- target="_blank"
- target="_top"
139. Which two meta tags have special relevance for search engines ?
- Description and Keywords
- Description and Name
- Cookies and Keywords
140. To start a list using circles use which of these tags ?
- <ul type="circle">
- <ul "circle">
- <ul type="round">