Multiple choice technology web technology

What is the tag for indicating output from a computer program,script etc?

  1. <script>

  2. <optgroup>

  3. <samp>

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The tag is specifically designed to display sample output from computer programs or scripts in a monospace font, distinguishing it from normal text. contains code, <optgroup> groups options, and <sup> creates superscript text - none represent program output.