사용 예시
<p>There was once an example from Femley,<br>
Whose markup was of dubious quality.<br>
The validator complained,<br>
So the author was pained,<br>
To move the error from the markup to the rhyming.</p>
사용 예시
<p>I have lived in the following countries:</p>
<ol>
<li>Switzerland
<li>United Kingdom
<li>United States
<li>Norway
</ol>
사용 예시
<p>I have lived in the following countries:</p>
<ul>
<li>Norway
<li>Switzerland
<li>United Kingdom
<li>United States
</ul>
사용 예시
<menu>
<li><button onclick="copy()"><img src="copy.svg" alt="Copy"></button></li>
<li><button onclick="cut()"><img src="cut.svg" alt="Cut"></button></li>
<li><button onclick="paste()"><img src="paste.svg" alt="Paste"></button></li>
</menu>
사용 예시
<figure>
<figcaption>The top 10 movies of all time</figcaption>
<ol>
<li value="10"><cite>Josie and the Pussycats</cite>, 2001</li>
<li value="9"><cite lang="sh">Црна мачка, бели мачор</cite>, 1998</li>
<li value="8"><cite>A Bug's Life</cite>, 1998</li>
<li value="7"><cite>Toy Story</cite>, 1995</li>
<li value="6"><cite>Monsters, Inc</cite>, 2001</li>
<li value="5"><cite>Cars</cite>, 2006</li>
<li value="4"><cite>Toy Story 2</cite>, 1999</li>
<li value="3"><cite>Finding Nemo</cite>, 2003</li>
<li value="2"><cite>The Incredibles</cite>, 2004</li>
<li value="1"><cite>Ratatouille</cite>, 2007</li>
</ol>
</figure>
사용 예시
<article lang="en-US">
<h1>My use of language and my cats</h1>
<p>My cat's behavior hasn't changed much since her absence, except that she plays
her new physique to the neighbors regularly, in anattempt to get pets.</p>
<div lang="en-GB">
<p>My other cat, coloured black and white, is a sweetie. He followed us to the
pool today, walking down the pavement with us. Yesterday he apparently visited
our neighbours. I wonder if he recognises thattheir flat is a mirror image of
ours.</p>
<p>Hm, I just noticed that in the last paragraph I used British English. But I'm
supposed to write in American English. So I shouldn't say "pavement" or "flat"
or "colour"...</p>
</div>
<p>I should say "sidewalk" and "apartment" and "color"!</p>
</article>
사용 예시
<a href="https://www.naver.com" target="_blank">네이버</a>
사용 예시
<img src="logo.png" alt="로고">
사용 예시
<span style="background-color:red">span</span>
https://html.spec.whatwg.org/multipage
엘리스 군장병 AI SW 온라인교육 [입문] 웹 개발 프로젝트
https://ofcourse.kr/html-course/HTML-%EC%9E%85%EB%AC%B8