Developer Factory

[HTML] H1 ~ H6 본문

Developer/Html

[HTML] H1 ~ H6

Jeremy.Park 2014. 6. 16. 10:12

<html>

<head>

<meta http-equiv="Content-Type" content= "text/html; charset=UTF-8">

<title> HTML002</title >

</head>

<body>

<!-- 콘텐츠의 제목을 표현 -->

<h1> 제목1</h1 >

<h2> 제목2</h2 >

<h3> 제목3</h3 >

<h4> 제목4</h4 >

<h5> 제목5</h5 >

<h6> 제목6</h6 >


<p style="font-size : 28px; font-weight:bold ;">가짜 제목1 </p>

</body>

</html>