
HTML의 정의와 요소의 형태와 의미

블록 레벨 요소와 인라인 요소의 특징

<html>, <head>, <body>, <!DOCTYPE html>

<title>, <meta />, <link />, <style>, <base />

<header>, <footer>, <article>, <h1>, <section>, <main>, <aside>, <nav>, <address>, <div>

<ul>, <ol>, <li>, <dl>, <dt>, <dd>, <p>, <pre>, <hr />, <blockquote>

<a>, <abbr>, <b>, <mark>, <em>, <strong>, <i>, <dfn>, <cite>, <q>, <u>, <code>, <kbd>, <sup>, <sub>, <time>, <span>, <br />, <del>, <ins>

<img />, <audio>, <video>, <figure>, <figurecaption>

<iframe>, <canvas>

<script>, <noscript>

<table>, <tr>, <th>, <td>, <caption>, <colgroup>, <col />, <thead>, <tbody>, <tfoot>

<form>, <input />, <label>, <button>, <textarea>, <fieldset>, <legend>, <select>, <datalist>, <optgroup>, <option>

모든 태그에 사용 가능한 전역 어트리뷰트에 대해서