<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
</head>
<body>
颔首的博客
<a href="https://blog.233quan.com">颔首的博客</a><!--超链接--><!--默认当前页跳转_self-->
<a href="https://blog.233quan.com"target="_self">颔首的博客</a><!--超链接--><!--默认当前页跳转_self-->
<a href="https://blog.233quan.com"target="_blank">颔首的博客</a><!--超链接--><!--新建标签页跳转_blank-->
<b>颔首的博客</b><!--粗体-->
<em>颔首的博客</em><!--斜体-->
<u>颔首的博客</u><!--下划线--><!--不推荐使用-->
<s>颔首的博客</s><!--删除线-->
</body>
</html>
根据第二节课模仿着打出如上代码w都是很基础的 加油鸭!