首页
HTML
HTML 图片
Tryit: HTML 图片大小
运行 ❯
获取您的
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <body> <h2>Image Size</h2> <p>Here we specify the width and height of an image with the width and height attributes:</p> <img src="img_girl.jpg" alt="Girl in a jacket" width="500" height="600"> </body> </html>