html 구성
<!DOCTYPE html>
<html lang="en">
<head>
<title>test</title>
<meta charset="utf-8">
</head>
<body>
<h2>HTML test</h2>
<p>this is paragraph</p>
<section>
this is section
</section>
<footer>
this is footer
</footer>
</body>
</html>
'기타' 카테고리의 다른 글
[error] 1628 : Failed to complete installation (기본 설치 스크립트를 실행할 수 없습니다) (1) | 2022.09.07 |
---|