바이오 대표

[HTML] 태그s 본문

Front_end

[HTML] 태그s

바이오 대표 2021. 6. 20. 14:23

Html Tag (태그)

html tag 를 이용해서 코드 context 를 설명할 수 있다. 브라우저가 이해하는 html tags (title,h1,h2,,,) 를 알면 활용 할 수 있다.

* 열어줬으면 닫아주는것 명심!! 

<> 열어주기

</> 닫아주기 

 

예시)  text 크기 <h1></h1> ... 

<h1>Write down your secret here</h1> 
<h2>Write down your secret here</h2> 
<h3>Write down your secret here</h3> 
<h4>Write down your secret here</h4> 
<h5>Write down your secret here</h5> 

 

** 아래 사이트를 이용해서 다양한 태그 및 속성들을 확인 할 수 있다  

https://developer.mozilla.org/en-US/docs/Web/HTML/Element

 

HTML elements reference - HTML: HyperText Markup Language | MDN

This page lists all the HTML elements, which are created using tags.

developer.mozilla.org