mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-26 19:29:16 +00:00
Users are allowed to specify the height and width of an image button directly in the HTML.
6 lines
263 B
HTML
6 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>
|