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()

Python OpenCV 빈 화면 만들기

Python bytes.fromhex()

Android Minimum touch target size

KiCad 시작하기 2 (PCB 만들기)

tensorflow tf.random.uniform()

tensorflow tf.expand_dims()

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

Android Notification with Full Screen

Android Java 8+ Api desugaring