2006-11-08 01:54:26 +00:00
|
|
|
<?xml version='1.0' encoding='utf-8' ?>
|
|
|
|
<?xml version='1.0' encoding='iso-8859-1' ?>
|
|
|
|
<?xml version='1.0' encoding='utf-8' ?>
|
2006-10-27 20:36:34 +00:00
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
|
|
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
|
2006-10-30 06:10:26 +00:00
|
|
|
<strong apos='Foo's bar!'>Boo!</strong>
|
2006-11-06 03:33:58 +00:00
|
|
|
<div class='render'><em>wow!</em></div>
|
2006-11-17 01:12:50 +00:00
|
|
|
<p>
|
|
|
|
Escape
|
|
|
|
- character
|
|
|
|
%p foo
|
|
|
|
yee\ha
|
|
|
|
</p>
|
2006-10-22 21:42:45 +00:00
|
|
|
<!-- Short comment -->
|
|
|
|
<!--
|
|
|
|
This is a really long comment look how long it is it should be on a line of its own don't you think?
|
|
|
|
-->
|
|
|
|
<!--
|
|
|
|
This is a block comment
|
|
|
|
cool, huh?
|
|
|
|
<strong>there can even be sub-tags!</strong>
|
|
|
|
Or script!
|
|
|
|
-->
|
|
|
|
<!--[if lte IE6]> conditional comment! <![endif]-->
|
|
|
|
<!--[if gte IE7]>
|
|
|
|
<p>Block conditional comment</p>
|
|
|
|
<div>
|
|
|
|
<h1>Cool, eh?</h1>
|
|
|
|
</div>
|
|
|
|
<![endif]-->
|