<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title>HTML Paragraph</title>
</head>
<body>
<p>저는 하나의 단락입니다.</p>
<hr>
</body>
</html>