<!DOCTYPE html>
<html>
<head>
<meta encoding=utf-8 />
<title>Test form</title>
</head>
<body>
<form>
<label><input type="checkbox" name="tos" checked value="yes" title="You must agree to the terms & conditions!" />I agree to the terms & conditions</label>
<label><input type="radio" name="char" value="kaley" />Kaley Fawn</label>
<label><input type="radio" name="char" value="horatio" />Prof Graw Horatio</label>
<label><input type="radio" name="char" value="udo" />Udo Malaaki</label>
<label><input type="radio" name="char" value="elgar" />Magus Elgar</label>
<label><input type="file" name="file" />Upload a file!</label>
<label><input type="email" name="email" />eMail</label>
<label><input type="tel" name="tel" />Telephone</label>
</form>
</body>
</html>