Advertisements
Advertisements
प्रश्न
Assertion (A): The <img> tag will display an image even if the src attribute is not specified.
Reason (R): The src attribute provides the path to the image file, which is essential for the browser to locate and display the image.
पर्याय
Both Assertion (A) and Reason (R) are true and Reason (R) is the correct explanation of the Assertion (A).
Both Assertion (A) and Reason (R) are true, but Reason (R) is not the correct explanation of the Assertion (A).
Assertion (A) is true, but Reason (R) is false.
Assertion (A) is false, but Reason (R) is true.
Advertisements
उत्तर
Assertion (A) is false, but Reason (R) is true.
Explanation:
The Assertion is false because the <img> tag is an empty tag that cannot display an image without the src (source) attribute, which tells the browser where the image file is located. The Reason is true as it correctly defines the src attribute’s essential role in providing the file path for the browser to locate and render the image.
