Web Technology MCQ Questions and Answers
Web Technology MCQs cover essential topics like HTML, CSS, JavaScript, and HTTP fundamentals. This collection of web programming questions and answers is ideal for students and job seekers preparing for TCS, Wipro, and Accenture placements. Each question includes a detailed explanation to enhance conceptual clarity and web development understanding. Practice these Web Technology MCQs with answers to boost your confidence for both academic tests and technical interviews.
Web Technology MCQ
Showing 10 of
68 questions
11. How can you open a link in a new browser window ?
- < a href = "url" target = "new">
- <a href = "url" target = "-blank">
- <a href = "url".new>
- <a href = "url" target = "open">
12. The correct HTML to left align the content inside a table cell is
- <tdleft>
- <td raligh = "left">
- <td align = "left">
- <td leftalign>
14. Markup tags tell the web browser
- how to organise the page
- how to display the page
- how to display message box on page
- none of these
15. What is correct HTML for making a hyperlink
- <a url ="http ://.company.com">company.com<ja>
- <a>http://www.company.com<ja>
- <a href = "http://www.company.com">company <ja>
- <a name = "http:// www.company.com">company.com <(a)>
16. The common element which describe the web page, is
- heading
- paragraph
- list
- all of these
17. Method used to send the data is stored in an environment variable on the web server is
- CONTENT-LENGTH
- GET
- REQUEST
- POST
18. Main container for <TR>, <TD> AND <TH> is
- <TABLE>
- <GROUP>
- <DATA>
- All of these
19. The tag which allows you to rest other HTML tags within the description is
- <TH>
- <TD>
- <TR>
- <CAPTION>