18 lines
321 B
HTML
18 lines
321 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>HTML Decoding Test</title>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<span custom-attr="&">some text</span>
|
|
|
|
<form method="post" action="index.html">
|
|
<input value="&"/>
|
|
|
|
<input type="submit" value="Send"/>
|
|
</form>
|
|
</div>
|
|
</body>
|
|
</html>
|