зеркало из https://github.com/mozilla/gecko-dev.git
10 строки
223 B
HTML
10 строки
223 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<body>
|
||
|
<form>
|
||
|
<input type="submit" name="foo" value="foo" style="font-size: 3em; color: green;">
|
||
|
<input type="image" name="bar" value="bar" style="color: purple;">
|
||
|
</form>
|
||
|
</body>
|
||
|
</html>
|