Computer Applications
How can we display <, > and & symbols on a web page?
HTML Intro
5 Likes
Answer
We can display the given symbols on a web page using the following character entities:
Symbol | Character Entities |
---|---|
< | &lt |
> | &gt |
& | &amp |
Answered By
2 Likes