What character code would be used to create a / symbol?
-
& slash;
-
& #47;
-
& frsl;
-
& frsla;
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.