1.

Attributes Values Must Be In Double Or Single Quotes

Answer»

<ol TYPE=1&GT;
becomes
<ol type="1">
or
<ol type='1'>

<ol type=1>
becomes
<ol type="1">
or
<ol type='1'>



Discussion

No Comment Found