HTML-Semantics

임재헌·2023년 3월 24일
0

HTML

목록 보기
18/20
<!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>

0개의 댓글

관련 채용 정보