首页
HTML
HTML 图片
试用: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>