基本結構
<!--註解-->
<!DOCTYPE html>
<html>
<head>
<script></script>
<style></style>
</head>
<body>
<div></div>
</body>
</html>
標籤(Tag)
<br> <!-- 換行 line break -->
特殊符號
& <!-- AND(&) ampersand -->
< <!-- 小於(<) less-than -->
> <!-- 大於(>) greater-than -->
<!-- 空格( ) no-break space -->
