執行 ❯
建立您
自己的
網站
×
更改方向
儲存程式碼
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <body> <p>Insert an image from another folder:</p> <img src="/images/stickman.gif" alt="Stickman" width="24" height="39"> <p>Insert an image from a web site:</p> <img src="https://w3schools.tw/images/lamp.jpg" alt="Lamp" width="32" height="32"> </body> </html>