Multiple choice technology web technology

How to print the following text on web browser screen using HTML? (HTML Code to print the text mentioned below)

  1. &

  2. <and>amp;</and>

  3. &&amp;

  4. &amp;

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

In HTML, the ampersand character (&) is a special character used to start entity references. To display an actual & on screen, you must use the & entity. The entity & renders as a single & character when the HTML is displayed in a browser.