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 include a style sheet
C. To define a relationship between the document and an external resource
D. To embed a hyperlink
Answer: Option C
Solution (By JKSSB Mock Tests)
The tag is used to define relationships with external resources, such as stylesheets, icons, or preconnect, among others.

Discuss this Question (0)

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

Practice More Internet and Web Technologies Questions

Question #1
What is a cookie in the context of web browsing?
A. A type of web browser
B. A protocol for secure communication
C. A program that scans for viruses
D. A small text file stored on the user's computer

Correct Answer: Option D


Explanation:
A cookie is a small piece of data sent from a website and stored on the user's browser, used to remember stateful information such as login sessions, preferences, etc.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which of the following is a protocol used for transferring files over the internet, often used for uploading website content?
A. HTTP
B. SMTP
C. DNS
D. FTP

Correct Answer: Option D


Explanation:
FTP (File Transfer Protocol) is used to transfer files between client and server, commonly used for uploading website files to web hosts.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which of the following ports is the standard default port for unencrypted POP3 email retrieval?
A. 25
B. 143
C. 995
D. 110

Correct Answer: Option D


Explanation:
Port 110 is the traditional network port allocated for unencrypted Post Office Protocol version 3 (POP3) traffic.

This question belongs to: Computer Internet and Web Technologies