[html] <h1,2,3> <header> <nav> <article>
Web/HTML

[html] <h1,2,3> <header> <nav> <article>

뉴비뉴 2018. 2. 28.

<!DOCTYPE html>


<html>

<head>

<mete charset="utf-8" />


</head>

<body>

<header>

<h1>Javascript</h1>

</header>

<nav>

<ol>

<li>JavaScript란?</li>

<li>변수와 상수</li>

<li>연산자</li>

</ol>

</nav>

<article>

<h2>변수와 상수</h2>

변수란

<ul>

<li>변하는 값</li>

<li>x=10일 때 왼쪽항...</li>

</ul>

</article>

</body>

</html>


<header>

</header>  타이틀


<nav>

</nav>  네비게이션


<article>

</article>  본문


이렇게하는 이유는 사람이나 컴퓨터나 한 눈에 보기 편하게 표시해두는 것.

의미가 잘 전달되도록










댓글

💲 추천 글