源代码 :
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>开源教程(ossoft.cn)</title> </head> <body> <p>一个来自文件夹中的图像:</p> <img src="https://ucc.alicdn.com/avatar/avatar3.jpg" alt="Google Chrome" width="33" height="32"><p>一个来自开源教程的图像:</p> <img src="/images/logo.png" alt="ossoft.cn" width="280" height="99"> </body> </html>
运行结果