Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 827 Bytes

File metadata and controls

37 lines (31 loc) · 827 Bytes

목차

기본 markdown 문서

html 문서는 DTD를 선언하고, html 태그를 열고, 그 안에 head와 body로 구분하여 작성한다.

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Document</title>
</head>
<body>
    
</body>
</html>

0703 내용

0704 내용

0705 내용

🆙목차로