主頁
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>