<!DOCTYPE html><html><head><meta charset="utf-8"><title>菜鸟教程(runoob.com)</title></head><body><h1>春晓</h1><!--HTML 标题(Heading)是通过<h1> - <h6> 标签来定义的. --><p><!--HTML 段落是通过标签 <p> 来定义的.HTML 链接是通过标签 <a> 来定义的.例如:<a href="http://www.runoob.com">这是一个链接</a>HTML 图像是通过标签 <img> 来定义的.例如<img src="/images/logo.png" width="258" height="39" />HTML 换行是通过标签 <br> 来定义的.HTML 水平线是通过标签 <hr> 来定义的.--> ???春眠不觉晓,<br><hr> ?????处处闻啼鸟。<br> ?????夜来风雨声, ?????花落知多少。</p><p>注意,浏览器忽略了源代码中的排版(省略了多余的空格和换行)。</p></body></html>
HTML-----基础
原文地址:https://www.cnblogs.com/xiangrikuidebuluo/p/9916327.html