javascript - How and When can I use &lt or &gt? -


i'm new javascript, , learned &lt , &gt. don't how use them or how in javascript. can give me example? , better use < or >?

&lt; , &gt; html representations of < , > characters. should use them when creating html want these characters appear. otherwise, interpreted syntactic elements html engine.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

c# - Exception when attempting to modify Dictionary -