Multiple choice technology web 2.0

What character code would be used to create a / symbol?

  1. & slash;

  2. & #47;

  3. & frsl;

  4. & frsla;

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

The entity / represents the ASCII decimal value and numeric character reference for the forward slash (/) character in HTML. Distractors like &slash;, &frsl;, and &frsla; are not recognized or standard HTML character entities for rendering the forward slash symbol.