본문 바로가기

Coding

[HTML] BODY TAG 모음

<ul>
<li> bullet point!1 </li>
</ul>

 

<ul> 띄어쓰기

<li> 글머리 기호 


-----------------------------------------------------------------------------------------------

<h1>h1 제목 </h1>
<h2>h2는 소제목</h2>
<h3>h3~h6 까지 있음</h3>

 

-----------------------------------------------------------------------------------------------

<hr>
span 태그 : 특정 <span style="color:red">글자</span>를 꾸밀 때 사용
</hr>

 

-----------------------------------------------------------------------------------------------

<a href="http://naver.com/"> 하이퍼링크 적용 </a>

 

-----------------------------------------------------------------------------------------------

<img src="https://www.google.com/images/branding/googlelogo/1x/googlelogo_color_272x92dp.png" /> img 태그: 

 

-----------------------------------------------------------------------------------------------

<input type="text" />

 

-----------------------------------------------------------------------------------------------

<button> 버튼입니다</button>

-----------------------------------------------------------------------------------------------

<textarea> TEXT AREA </textarea>