Blogger Information
Blog 14
fans 0
comment 0
visits 8049
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
HTML标签与markdown语法学习
「flasky」
Original
452 people have browsed it

<!DOCTYPE html>

<html>

<head>
<meta charset="UTF-8">
<!--网站标题-->
<title>我的第一课</title>
<!--标题图片设置-->
<link rel="icon" href="./img/icon.png">
<!--搜索关键字-->
<meta name="keywords" content="美女,帅哥,汽车,房产,股票,游戏,音乐">
<style>
{
text-decoration: none;
}
</style>
</head>
<body bgcolor="#ffebcd">
<hr>
<h1>我是一段h1标题文字</h1>
<h2>我是一段h1标题文字</h2>
<h3>我是一段h1标题文字</h3>
<h4>我是一段h1标题文字</h4>
<h5>我是一段h1标题文字</h5>
<h6>我是一段h1标题文字</h6>
<p>我是一个段落</p>
<p>我是另外一个段落</p>
从我开始
<br>
换行
<br>
<b>文字加粗显示</b><br>
<strong>我也是加粗文字</strong><br>
<em>倾斜文字</em>
<i>我也是倾斜文字</i>
<>我是什么<>
<details>高老师不为人知的故事
<summary>电影推介</summary>
<p>票价:$9.99</p>
<p>评分:9.99</p>
<p>内容简介:在一个遥远的南方小镇学校,突然来了一个年轻的女老师..</p>
</details>
<dl>
<dt>细说javascript</dt>
<dd><img src="./img/pro01.jpg"></dd>
<dd>售价:$98.99</dd>
<dd>推介指数:**
</dd>
<dd>作者:东方不败</dd>
</dl>
<ul>人生四大喜
<li>金榜题名时</li>
<li>洞房花烛夜</li>
<li>他乡遇故知</li>
<li>久旱遇甘霖</li>
</ul>
<ol>人生四大悲
<li>少年丧父母</li>
<li>中年丧配偶</li>
<li>老年丧独子</li>
<li>少子无良师</li>
</ol>
<p style="background-color: cornflowerblue">友情链接</p>
<a href="https://www.baidu.com">百度</a>
<a href="https://www.163.com">网易</a>
<a href="https://www.sina.com.cn">新浪</a>
</body>
</html>

<h1>这是一段h1标题文字</h1>

这是一段h1标题文字

<h2>这是一段h2标题文字</h2>

这是一段h2标题文字

<h3>这是一段h3标题文字</h3>

这是一段h3标题文字

<h4>这是一段h4标题文字</h4>

这是一段h4标题文字

<h5>这是一段h5标题文字</h5>

这是一段h5标题文字

<h6>这是一段h6标题文字</h6>

这是一段h4标题文字
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post