BootWiki教程网
源代码:
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>BootWiki 教程网</title> </head> <body> <p>一个来自文件夹中的图像:</p> <img alt="Google Chrome" height="32" src="/images/chrome.gif" width="33"><p>一个来自外唐教程网的图像:</p> <img alt="waitang.com" height="69" src="http://www.waitang.com/images/logo.png" width="336"> </body> </html>
运行结果