HTML Basic Tags
자주 사용하는 태크
<div>: The Content Division element
<div>
오늘 날씨는 맑음
</div>
<div>
내일 날씨도 맑음
</div><span>: The Content Span element
<p>오늘 <span style="color: skyblue;">날씨</span>는 맑음! </p><section>: The Generic Section element
<header>: The Header element
<nav>: The Navigation Section element
<footer>: The Footer element
<main>: The Main element
<article>: The Article Contents element
<aside>: The Aside element
<h1>,<h2>,<h3>,<h4>,<h5>,<h6>: The HTML Section Heading elements

<a>: The Anchor element
<p>: The Paragraph element
<strong>: The Strong Importance element
<br>: The Line Break element
<hr>: The Thematic Break (Horizontal Rule) element
<code>: The Inline Code element
<pre>: The Preformatted Text element
<ol>: The Ordered List element
<ul>: The Unordered List element
<img>: The Image Embed element
마무리
참조
Last updated