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
31. which event occurs when an element loses the inputfocus
- ONABORT
- ONBLUR
- ONFOCUS
- ONCHANGE
32. which one of these converts strings to integer
- parseInt()
- int()
- ConvertInt()
- IntParse()
33. "when all the pages on the website to adhere to the same style we use"
- "EMBEDDED STYLESHEETS"
- "EXTERNAL STYLE SHEETS"
- INLINE STYLE SHEETS
- ALL THE ABOVE
34. which tag will create table column heading
- <TABLE>
- <TH>
- <TR>
- <CAPTION>
35. To display an information which dialog box can use?
- ALERT
- PROMPT
- DOCUMENT
- DIALOG
36. Choose the correct HTML tag for the largest heading
- <H6>
- <HEADING>
- <HEAD>
- <H1>
37. who is making the web standards
- "WORLD WIDE WEB CONSORTIUM"
- NETSCAPE
- MICROSOFT
- SUN MICROSYSTEMS
38. Combo box in a webpage can be created by whichtag
- <INPUT>
- <TEXT>
- <COMBO>
- <SELECT>
39. "Which of the table elements can have alignment? 1) <Table> 2) <TR> 3) <TD>"
- 2 and 3
- 1 and 3
- 1 and 2
- All
40. "An HTML Web page can have 1) Style 2) Script 3) Design"
- 1 and 2
- 1 and 3
- 2 and 3
- All