<ul>
<li><a href="test.html">List Item 1</a></li>
<li><!--test--><a href="test.html">List Item 2</a></li>
<li><a href="test.html">List Item 3</a></li>
</ul>
ASKER
ASKER
Cascading Style Sheets (CSS) is a language used for describing the look and formatting of a document written in a markup language. Usually used to change web pages and user interfaces written in HTML, it can also be applied to any kind of XML document. CSS is designed primarily to distinguish the content of a document from its presentation.
TRUSTED BY
ASKER
Here is my doctype:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
I haven't yet been able to reproduce it outside of this site.
Thanks for your help!