Multiple choice technology web technology Which tag is used to define an alternate text if a script is NOT executed ?? the <noscript> tag the <altscript> tag the <alttext> tag the <nullscript> tag Reveal answer Fill a bubble to check yourself A Correct answer Explanation The tag defines alternative content that displays when scripts are disabled or not supported. It's essential for graceful degradation - browsers with JavaScript off see the noscript content instead. There is no or tag in HTML.