This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!doctype html> | |
<html lang="en"> | |
<head> | |
<meta character="UTF-8"> | |
<title>任务一:零基础HTML编码</title> | |
</head> | |
<body> | |
<h1>网站一级标题</h1> | |
<ul> | |
<li><a href="http://www.baidu.com">导航链接一</a></li> |