зеркало из https://github.com/mozilla/gecko-dev.git
36 строки
1.0 KiB
HTML
36 строки
1.0 KiB
HTML
<html>
|
|
<head>
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Type = button</h1>
|
|
|
|
<p><input type="button" style="text-align: left"
|
|
value="Left-aligned, auto width"></p>
|
|
|
|
<p><input type="button" style="text-align: left;width: 75%"
|
|
value="Left-aligned, 75% width"></p>
|
|
|
|
<p><input type="button" style="text-align: left;display: block"
|
|
value="Left-aligned, block display, auto width"></p>
|
|
|
|
<p><input type="button" style="text-align: left;display: block;width: 75%"
|
|
value="Left-aligned, block display, 75% width"></p>
|
|
|
|
<h1>Type = submit</h1>
|
|
|
|
<p><input type="submit" style="text-align: left"
|
|
value="Left-aligned, auto width"></p>
|
|
|
|
<p><input type="submit" style="text-align: left;width: 75%"
|
|
value="Left-aligned, 75% width"></p>
|
|
|
|
<p><input type="submit" style="text-align: left;display: block"
|
|
value="Left-aligned, block display, auto width"></p>
|
|
|
|
<p><input type="submit" style="text-align: left;display: block;width: 75%"
|
|
value="Left-aligned, block display, 75% width"></p>
|
|
|
|
|
|
</body>
|
|
</html> |