Sophie

Sophie

distrib > Mageia > 7 > armv7hl > media > core-release > by-pkgid > 6ffb2d81e81c413af6a70ac5c5fef2d8 > files > 9

php-pear-XML_HTMLSax3-3.0.0-12.mga7.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>

<img src=/images/layout/go-button.gif onclick=javascript:document.searchform.submit() height=21 width=21>

</body>
</html>