트위터 마크업 챌린지 - (8) Footer

frenchkebab·2021년 10월 27일
0

Footer


html 코드


<footer>
  <a href="#" target="_blank">Terms</a>
  <a href="#" target="_blank">Privacy policy</a>
  <a href="#" target="_blank">Cookies</a>
  <a href="#" target="_blank">Ads info</a>

  <a href="#" target="_blank"></a>
  <button type="button">
    More
    <!-- Icon -->
  </button>
  <div>
    <a href="#" target="_blank">About</a>
    <a href="#" target="_blank">Status</a>
    <a href="#" target="_blank">Businesses</a>
    <a href="#" target="_blank">Developers</a>
  </div>
  <span>© 2019 Twitter, Inc.</span>
</footer>

😀 알아갈 점들


😎 footer는 언제 사용할까?

특정 section 내의 하단부 혹은 페이지 전체의 하단부 등에서 사용함!

profile
Blockchain Dev Journey

0개의 댓글