Sophie

Sophie

distrib > Mageia > 4 > x86_64 > by-pkgid > 88a6181a807640d9bcfad7f04eff6579 > files > 9

php-pear-XML_HTMLSax-3.0.0-14.mga4.noarch.rpm

<!doctype html public "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<head>
<title>This is HTML 4.0</title>
</head>
<body>
<h1 id="title">This page is HTML 4.0</h1>
<p>It contains a number of classic "failings" in terms of well formed XML,
such as<br>
- Tags which aren't closed<br>
- Attributes which have no value<br>
<p>A standard XML parser will complain about but using HTMLSax it can be
converted to XHTML 1.0.
<form>
Do you like XHTML?
<input
    type="checkbox"
    name="likeIt"
    checked>
</form>

</body>
</html>