HTML
2. HTML 주석
okthatsimple
2024. 7. 7. 19:18
<!DOCTYPE html>
<html>
<body>
<!-- 주석 -->
<!-- 주석
여러줄
-->
<h1>Hello!</h1>
</body>
</html>