mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-09 09:20:15 +01:00
1 line
367 B
HTML
1 line
367 B
HTML
|
<HTML>
<p>First instance - SkyMiles<65> - does not use character entity<br>
Second instance - SkyMiles® - uses character entity<br>
<FORM METHOD="POST" ACTION="/cgi-bin/quiknav.pl" TARGET="_top" ONSUBMIT="foo">
<SELECT NAME="section" SIZE="1">
<OPTION VALUE="/skymile/index.html">SkyMiles<EFBFBD>
<OPTION VALUE="/skymile/index.html">SkyMiles®
</SELECT>
</FORM>
</HTML>
|