<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>xhtml:onclick</title>
</head>
<body xmlns:xhtml="http://www.w3.org/1999/xhtml">
<h1><code><var>xhtml</var>:onclick</code></h1>

<p xhtml:onclick="alert ('xhtml:onclick')" onclick="alert ('onclick')">
An element with both <code><var>xhtml</var>:onclick</code>
and <code>onclick</code>.
</p>

</body>
</html>
