Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试将图像添加到 html5 代码中。
<!DOCTYPE html> <html> <head> <title> trying the code </title> <body> <h1> html code </h1> <img src="YOUniverse-swati1.jpg"/> </body> </html>
只需使用<img>标签 - 例如 -
<img>
<img src="nature.jpg" alt="Nature" />
只需确保图像名称正确且放置在同一文件夹中即可。