blob: 11368cb59bd4ea2675cfceb76166ae11db107198 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>pedantic example for type attribute</title>
<style>h1 {color : #ff0000;}</style>
<script>var x=1;</script>
</head>
<body>
Here is a disabled button:
<button name="ok" disabled="disabled">button</button><br/>
Here is a text input: <input name="email" type="text"/>
</body>
</html>