What is a hyperlink? MCQ with Answer and Explanation

What is a hyperlink?
A. A text or image that links to another web page
B. A protocol for data transfer
C. A type of browser extension
D. A markup language element
Answer: Option A
Solution (By JKExamLibrary)
A hyperlink is a reference in a web document that users can click to navigate to another document or resource, commonly implemented with tags in HTML.

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
What is the purpose of a web application firewall (WAF)?
A. To monitor and filter HTTP traffic to protect web applications
B. To manage domain names
C. To cache web content
D. To encrypt web traffic

Correct Answer: Option A


Explanation:
A WAF monitors, filters, and blocks HTTP traffic to and from a web application to protect against common attacks such as SQL injection and XSS.

This question belongs to: Computer Internet and Web Technologies
Question #2 Report Error
What type of software architecture pattern does the relationship between a modern web browser and a remote web server represent?
A. Client-Server
B. Peer-to-Peer
C. Monolithic
D. Master-Slave

Correct Answer: Option A


Explanation:
Web browsing relies on a Client-Server model, where the web browser acts as the client requesting resources, and the web server processes and responds to those requests.

This question belongs to: Computer Internet and Web Technologies
Question #3 Report Error
What does the 'target' attribute in an HTML tag specify?
A. Where to open the linked document (e.g., new tab)
B. The relationship to the linked document
C. The URL of the link
D. The media type

Correct Answer: Option A


Explanation:
The target attribute defines where the linked document should be opened, such as _blank for a new tab or window.

This question belongs to: Computer Internet and Web Technologies