<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
<p>HTML Sample Page!</p>
</body>
</html>
실행 결과는 다음과 같습니다.
그림 3-3 실행 결과
이와 같이 HTML은 태그를 이용해 문서 형식을 구조화합니다.