What does the 'target' attribute in an HTML tag specify? MCQ with Answer and Explanation

What does the 'target' attribute in an HTML tag specify?
A. The relationship to the linked document
B. The media type
C. Where to open the linked document (e.g., new tab)
D. The URL of the link
Answer: Option C
Solution (By JKSSB Mock Tests)
The target attribute defines where the linked document should be opened, such as _blank for a new tab or window.

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 the purpose of the 'rel' attribute in an HTML tag?
A. To provide an alternate URL
B. To set the media type
C. To define the relationship between the current document and the linked resource
D. To specify the MIME type

Correct Answer: Option C


Explanation:
The rel attribute specifies the relationship (e.g., stylesheet, icon, preconnect) between the current page and the linked resource.

This question belongs to: Computer Internet and Web Technologies
Question #2
Which type of network system setup allows mobile computers or wireless devices to link into wired internet structures over short distances using radio frequency channels?
A. Wi-Fi (Wireless Fidelity)
B. Fiber Distributed Data Interface
C. Coaxial Dial Network Grid
D. Satellite Mainframe Array

Correct Answer: Option A


Explanation:
Wi-Fi provides wireless local area networking for devices based on the IEEE 802.11 standards, using radio frequencies to handle local web traffic.

This question belongs to: Computer Internet and Web Technologies
Question #3
Which specific email protocol is best suited for a user who needs to check their single centralized email inbox across a personal smartphone, an office desktop computer, and a home laptop while maintaining a uniform folder layout?
A. POP3
B. FTP
C. SMTP
D. IMAP

Correct Answer: Option D


Explanation:
IMAP manages and stores emails directly on the mail server, allowing multiple devices to connect and view synchronized message states and folder structures in real time.

This question belongs to: Computer Internet and Web Technologies