我試圖用下面的代碼修復一個目錄,我得到這個錯誤:
“第20行第8列的錯誤:打開和結束標記不匹配li行0和html”
This is confusing because the closing tag for li is , not html. And all the
Here's the code:
<?xml version="1.0" encoding="UTF-8" standalone="no" ?>
<head>
<title>Contents</title>
<meta content="text/html; charset=utf-8" http-equiv="Content- Type"/>
<link href="../Styles/stylesheet.css" rel="stylesheet" type="text/css"/>
<link href="../Styles/page_styles.css" rel="stylesheet" type="text/css"/>
</head>
<body class="calibre">
Contents
-
<body>
</body> </html>