Stack/HTML
[HTML] HTML5 시멘틱태그
7ingout
2022. 4. 14. 15:43
html5 시멘틱 태그
자주 쓰던 태그 이름들이 그냥 태그가 되어버렸다
<div id="header"> -> <header>
<div id="footer"> -> <footer>
그냥 div로 놔두던 애들 -> <section>
사이트 네비게이션 메뉴 -> <nav> 그냥 얘로 한번 감싸준다 생각하기
시멘틱 태그 종류
<header> <footer> <section> <nav> <article> <main> <address>