下面是一個 HTML5 文件最低所需要的標籤

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Title of the document</title>
</head>

<body>
Content of the document......
</body>

</html>

文章標籤

ChouAndy 發表在 痞客邦 留言(0) 人氣()