What is the purpose of the 'link' tag in HTML? MCQ with Answer and Explanation

What is the purpose of the 'link' tag in HTML?
A. To import a script
B. To embed a hyperlink
C. To define a relationship between the document and an external resource
D. To include a style sheet
Answer: Option C
Solution (By JKExamLibrary)
The tag is used to define relationships with external resources, such as stylesheets, icons, or preconnect, among others.

This question belongs to: Computer Internet and Web Technologies

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1 Report Error
Which network utility allows a user to trace the specific real-time hop-by-hop path and transit delays of packets moving across routers from source to destination on the internet?
A. Ping utility loop
B. Ipconfig / Ifconfig
C. Netstat command utility
D. Traceroute (or tracert)

Correct Answer: Option D


Explanation:
Traceroute maps out and records the explicit path of network routers that data packets cross to reach a target destination, displaying transit times for each hop.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
Which of the following HTTP status code categories represents 'Client Error' conditions explicitly?
A. 5xx series
B. 3xx series
C. 2xx series
D. 4xx series

Correct Answer: Option D


Explanation:
HTTP status codes starting with 4 (e.g., 400 Bad Request, 404 Not Found) indicate client-side errors or issues with the request format.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What does a '403 Forbidden' HTTP status code return signify when trying to open a specific website portal?
A. The user's computer network card is missing a driver update.
B. The URL has moved permanently to a fresh location.
C. The server has crashed internally.
D. The server understands the request, but the client does not possess permission or credentials to view that resource.

Correct Answer: Option D


Explanation:
A 403 Forbidden error indicates that the web server rejected the client request because they lack access authorizations for that directory or page.

This question belongs to: Computer Internet and Web Technologies