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
1. Which of the following attributes of text box control allow to limit the maximum character ?
- size
- len
- maxlength
- all of these
2. Which of the following tag is used to mark being of a paragraph ?
- <TD>
- <br>
- <P>
- <TR>
4. Which of the tag is used to creates a number list ?
- <LI>
- <OL>
- <LI> and <OL>
- None of these
5. Web pages starts with which of the following tag ?
- <Body>
- <Title>
- <HTML>
- <Form>
7. Web links are stored within the page itself and when you wish to "jump" to the page that is linked, we select the hotspot or anchor. this technique is called
- hypertext
- hypermedia
- (a) or (b)
- anchoring
9. What is the correct HTML for adding a background color ?
- <background>yellow<Background>
- <body color = "yellow">
- <body bag color = "yellow">
- <body bg = "yellow">
10. How can you make an e-mail link?
- <mail href + "xxx@y.com">
- <mail>xxx@y.com <mail>
- <a href = "mail to : xxx@y.com">
- <a href = "xxx@y.com">