You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><title>Style/Form Test</title><style type="text/css"><!--input {margin: 5px;}input.test1 {border: 5px outset purple;}input.test2 {border: 3px solid red;}--></style></head><body id="www-meyerweb-com" class="css"><h3>INPUT elements with <code>type="text"</code></h3><form><input type="text" value="unclassed input"><br><input type="text" value="class of test1" class="test1"><br><input type="text" value="class of test2" class="test2"></form><h3>INPUT elements without <code>type="text"</code></h3><form><input value="unclassed input"><br><input value="class of test1" class="test1"><br><input value="class of test2" class="test2"></form></body></html>