[HTML5] 기본 문법 태그 개념 & 정리 Introduction & Syntax 빈 요소 (Empty Element) content를 가질 수 없는 요소를 빈 요소(Empty element or Self-Closing element)라 한다. 아래의 예와 같이 빈 요소는 content가 없으며(필요가 없다) 어트리뷰트(Attribute)만을 가질 수 있다. 빈 요소 중 대표적인 요소는 아래와 같다. br hr img input link meta [참고사이트] https://poiemaweb.com/ 프론트엔드/HTML 2019.12.19