When I use <!DOCTYPE html>
my textfield is larger (about 257px instead of 250px). Does anyone have any idea why this would be? I couldn't find anything online.
<!DOCTYPE html>
<html>
<head>
<title>Test</title>
</head>
<body>
<form>
<input type='text' style="width:250px">
<div style='width:250px;background-color:#00FF00'> </div>
</form>
</body>
</html>
Thanks in advance!
Try this one