搜索文档
首页
HTML/CSS
JavaScript
服务端开发
Java教程
移动端
数据库
当前位置:
首页
HTML/CSS
HTML基础教程
HTML 基础教程
源代码
清空
点击运行
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>基础教程(div.cn)</title> </head> <body> <p>一个来自文件夹中的图像:</p> <img src="/static/images/browser_firefox.png" alt="firefox" width="33" height="32"><p>一个来自基础教程的图像:</p> <img src="/static/images/logo-n.png" alt="div.cn" > </body> </html>
运行结果