mirror of
https://github.com/RGBCube/serenity
synced 2025-07-04 05:37:36 +00:00

Users are allowed to specify the height and width of an image button directly in the HTML.
5 lines
263 B
HTML
5 lines
263 B
HTML
<form>
|
|
<input type="image" src="120.png" alt="Image not found" width="48" height="48">
|
|
<input type="image" src="120.png" alt="Image not found" width="64" height="64">
|
|
<input type="image" src="120.png" alt="Image not found" width="128" height="256">
|
|
</form>
|