经常发现输入正确的表达式,却提示没有“index.html”,是错误的意思、还会说故障?
<!doctype html>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>粗体签</title>
<style type="texxt/css">
p span{font-weight:bold;}
a{font-weight:bold;}
</style>
</head>
<body>
<h1>勇气</h1>
<p>_________<span class="stress">胆小如鼠</span>的小女孩,————————<a href="http://www.imooc.com">批评</a></p>
<p>__代码手瘾出来了,不好意思!____</p>
</body>
</html>