<!DOCTYPE html>
<html lang="ko">
<head>
<title> semantic </title>
</head>
<body>
<!-- 참조 https://www.w3schools.com/html/html5_semantic_elements.asp -->
<!-- semantic elements 의미를 부여한 태그
<article> 주로 내용이 있는 부분을 지정하는 경우 사용. 내용이 없는 부분은 사용하지 않음
<aside> header, main,footer 아닌 영역을 지정할 경우
<details>
<figcaption>
<figure>
<footer>
<header>
<main>
<mark>
<nav> 링크로 구성되어 있는 section
<section> 일련번호로 구성된 제목을 지정하는 경우 article nav div
<summary>
<time> -->
<figure>
<img src="../images/b_con.png" >
<figcaption>콘</figcaption>
</figure>
</body>
</html>