WEB.HTML
chpater06 : space_handle
GAWON
2023. 5. 18. 09:14
<!--
공백 문자(스페이스바 역할)
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<p>이 곳은 첫 번째 문단</p>
</body>
</html>