зеркало из https://github.com/mozilla/pjs.git
24 строки
615 B
HTML
24 строки
615 B
HTML
<html><head><title>Testcase</title>
|
|
<style>
|
|
* { font-family: serif }
|
|
</style>
|
|
</head><body>
|
|
<form>
|
|
<p> ___________ <input type="text" value="______" size="6"> __________
|
|
</p>
|
|
|
|
<p> ___________ <input type="text" value="______" style="border-width:
|
|
5px; padding: 5px" size="6"> __________ </p>
|
|
|
|
<p> ___________ <input type="text" value="______" style="border-width:
|
|
5px; padding: 5px; height: 50px" size="6"> __________ </p>
|
|
|
|
<p> ___________ <input type="text" value="______" style="border-width:
|
|
10px; padding: 10px; height: 80px" size="6"> __________ </p>
|
|
|
|
|
|
|
|
|
|
</form>
|
|
</body></html>
|