+ 1
How to use "illegal" characters in an HTML heading. Greater than, less than
<h1><span id="a"> <> </span></h1> How can I make <> a part of the heading?
4 Antworten
+ 3
> is >
< is <
0
APPERSANDgt; APPERSANDlt; might not translate, idk.
0
@Uran Kajtazaj
Thanks for clearing that up!
0
tried < 	> ?
http://www.ascii.cl/htmlcodes.htm
haha it show it in html here*.. 
*note website shows other chars than app in app uran is right 
but if you view this on the webpage this will show the right answer:
for < > use &lt; &gt; 
for &lt; &gt;  use &amp;lt; &amp;gt; 
haha.. think its time for a report...



