HTML 기본 구조


이번 시간에는 HTML 기본 구조에 대해서 알아보겠습니다.


HTML을 만들 때, 기본적으로 있어야 하는 부분만 적어보겠습니다.

<!doctype html>
<html>
<head>
<title>텝에 표시되는 이름.</title>




<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>

<body>
<h1>내용 제목.</h1>

<ul>
<li>목차</li>
</ul>

<a href="https://www.google.com">하이퍼링크</a>

<p>
글 내용.
</p>

</body>
</html>


끝.


카테고리: HTML

댓글

이 블로그의 인기 게시물

Python urllib.parse.quote()

Forensics .pyc 파일 .py로 복구하기

KiCad 시작하기 7 (FreeRoute 사용하기 2)

음악 총보(Score), 파트보(Part)

KiCad 시작하기 3 (새로운 소자 추가하기)

Kivy 시작하기 12 (Pyinstaller로 exe 파일 만들기)

딩기 요트 명칭

Android Compose automation for getting localized images to use on Play Store app image

Android App architecture: State holders and UI state

Android Default background color setting