+ 1
How to get greater than symbol in html??
2 ответов
+ 2
Description                                                     Entity       Entity
                                                                        Name       Number
        non-breaking space	                         	 
<	less than	                                                <	        <
>	greater than	                                        >	        >
&	ampersand	                                        &	&
"	double quotation mark	                        "	"
'	single quotation mark (apostrophe)	'	'
¢	cent	                                                        ¢       ¢
£	pound	                                                £	£
¥	yen	                                                        ¥	¥
€	euro	                                                        €	€
©	copyright	                                        ©	©
®	registered trademark	                        ®	®



