<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
<a href="http://www.baidu.com">这里是一个链接</a>
<!--#插入链接-->
<p>213333333333333<br/>333333333333333333</p>
<!--#p代表段落,br代表换行-->
<h1>xiaoming</h1> <!--#标题-->
<h2>12344</h2>
<h3>123123123</h3>
<h4>2312333</h4>
<h5>123123</h5>
<h6>xiaohong</h6>
<span>这个是块级标签白板</span> <!--白板-->
<div>1</div>
<div> <!--标签嵌套-->
<div></div>
<span></span>
<p>
<div>1212</div>
</p>
</div> </body>
</html>

z >q

[an error occurred while processing the directive]

213333333333333
333333333333333333

[an error occurred while processing the directive]

xiaoming

[an error occurred while processing the directive]

12344

123123123

2312333

123123
xiaohong

asd

asd
asd
asd
asd
asd

1
2
3

 
1212

最新文章

  1. C++泛型编程:template模板
  2. C# ORM中Dto Linq Expression 和 数据库Model Linq Expression之间的转换
  3. jQuery属性/CSS使用例子
  4. ExtJs 学习之开篇(三)Ext.grid.Panel表格中的处理
  5. RTCP资料详解
  6. 建筑行业如何用BPM替换OA?
  7. tomcat的乱码问题
  8. 特性节点Attribute
  9. EmEditor处理大文本文件
  10. gson在java和json串之间的应用
  11. [Web] What Is JSONP?
  12. wpf image控件循环显示图片 以达到动画效果 问题及解决方案
  13. [BZOJ 1070] [SCOI2007] 修车 【费用流】
  14. codevs 3223 素数密度
  15. Centos 6安装完美搭建mysql、php、apache之旅
  16. hdu1151 Air Raid,DAG图的最小路径覆盖
  17. openresty+lua劫持请求,有点意思
  18. Enable multi-tenancy on ironic
  19. vcf格式文件转化为Excel(csv)格式文件(R语言的write.csv,write.table功能,Excel表的文件导入功能)
  20. Codeforces Round #319 (Div. 2) D

热门文章

  1. leetcode69. x 的平方根 &#127775;
  2. flask之数据库的交互
  3. flask之环境的搭建
  4. JDBC连接Hive数据库
  5. 【leetcode】1033. Moving Stones Until Consecutive
  6. redis学习一 String数据类型
  7. div 上禁止复制的css实现方法
  8. Magic Line
  9. centos7systemctl介绍
  10. scau 1079 三角形(暴力)