Multiple choice technology web technology

Which tag is used to define an alternate text if a script is NOT executed ??

  1. the <noscript> tag

  2. the <altscript> tag

  3. the <alttext> tag

  4. 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.