What does the 'autocomplete' attribute in HTML forms control? MCQ with Answer and Explanation

What does the 'autocomplete' attribute in HTML forms control?
A. Whether the form should submit automatically
B. Whether the form uses JavaScript
C. Whether the form is validated
D. Whether the browser can automatically fill in form fields
Answer: Option D
Solution (By JKSSB Mock Tests)
The autocomplete attribute suggests whether the browser should enable automatic completion of input values based on the user's prior entries.

Discuss this Question (0)

No comments yet. Be the first to start the discussion!

Practice More Internet and Web Technologies Questions

Question #1
Which of the following HTTP methods is used to retrieve data from a server without affecting the resource?
A. GET
B. PUT
C. POST
D. DELETE

Correct Answer: Option A


Explanation:
The GET method requests data from a specified resource and should not have any side effects (idempotent). POST is for sending data, PUT for updating, DELETE for removing.

This question belongs to: Computer Internet and Web Technologies
Question #2
What is the main function of a web proxy?
A. To cache web pages and forward requests
B. To block malicious websites
C. To provide web hosting
D. To encrypt web traffic

Correct Answer: Option A


Explanation:
A web proxy acts as an intermediary between clients and servers, often used for caching, filtering, or anonymity.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which internet application layer protocol is specifically configured to manage and stream digital audio and video communications synchronously across network portals?
A. RTP (Real-time Transport Protocol)
B. FTP
C. SMTP
D. POP3

Correct Answer: Option A


Explanation:
RTP (Real-time Transport Protocol) is designed to deliver end-to-end real-time streaming data, such as interactive audio and video media, over IP networks.

This question belongs to: Computer Internet and Web Technologies