HTML is the standard markup language for Web pages.
웹 페이지 개발에 사용되는 기본 언어
With HTML you can create your own Website.
HTML로 웹사이트를 만들수 있다.
HTML is easy to learn - You will enjoy it
하이퍼 텍스트 마크업 언어 Hyper Text Markup Language, HTML
<!DOCTYPE html>
<html>
<head>
<title>만들었다 웹페이지</title>
</head>
<body>
나왔다 웹페이지
</body>
</html>