主页
HTML
HTML 图像
Tryit:HTML 图像大小
运行 ❯
建立您
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
转到 Spaces
<!DOCTYPE html> <html> <body> <h2>Image Size</h2> <p>Here we use the style attribute to specify the width and height of an image:</p> <img src="img_girl.jpg" alt="Girl in a jacket" style="width:500px;height:600px;"> </body> </html>