HTML.CSS.JavaScript/기타2012. 11. 4. 18:39

1. 본문의 목차의 크기 

ex)


<html>


<head>

<title>멜데스</title>

</head>


<body>

<h1>멜로딕 데스메탈</h1>

<h2>Children Of Bodom</h2>

<h3>Relentless, Reckless Forever</h3>

<h4>Roundtrip to hell and back</h4>

</body>

</html>


2. 링크


<html>


<head>

<title>멜데스</title>

</head>


<body>

<h1>멜로딕 데스메탈</h1>

<h2>Children Of Bodom</h2>

<h3>Relentless, Reckless Forever</h3>

<h4>Roundtrip to hell and back</h4>

<a href="http://www.youtube.com/watch?v=ldiVtE0Vnu0">Roundtrip to hell and back</a>

</body>

</html>


3. 강조

<html>


<head>

<title>멜데스</title>

</head>


<body>

<h1>멜로딕 데스메탈</h1>

<h2>Children Of Bodom</h2>

<h3><em>Relentless, Reckless Forever</em></h3>

<h4><strong>Roundtrip to hell and back</strong></h4>

<a href="http://www.youtube.com/watch?v=ldiVtE0Vnu0">Roundtrip to hell and back</a>

</body>

</html>


4. 그 외의 기능

<hr> : 가로 선을 표시

<p> ~ </P> : 단락을 설정

<b> ~ </b> : 태그로 둘러싸인 부분을 굵은 글꼴로 표시

<u> ~ </u> : 태그로 둘러싸인 부분에 밑줄을 긋기

<br> : 줄을 바꿈

<img src="그림파일명"> : 지정된 그림 파일 표시

<pre> ~ </pre> : 브라우저에 따라 모양을 바꾸지 않고 입력한 대로 표시


'HTML.CSS.JavaScript > 기타' 카테고리의 다른 글

5. 프레임  (0) 2012.11.05
4. 표  (0) 2012.11.05
3. 여러 가지 HTML의 태그 (2)  (0) 2012.11.04
1. HTML의 기본  (0) 2012.11.04
1. 기초작성법  (0) 2012.10.02
Posted by 멜데스