CBSE Class 10 Computer Applications
Question 31 of 79
Basic HTML Elements — Question 4
Back to all questions 4
Question Question 4
How can we display <, > and & symbols on a web page?
We can display the given symbols on a web page using the following character entities:
| Symbol | Character Entities |
|---|---|
| < | &lt |
| > | &gt |
| & | &amp |