attribute1

attribute2

attribute3

HTML/CSS

block 요소

<div>

<h1~h6>

<header>

<nav>

<section>

<ul>

<li>

<p>

<footer>

inline 요소

<span>

<a>

<svg>

<img>

<input>

🔶 inline 요소는 width, height, padding, margin 요소 적용 안됨.

🔶 inline에 display: inline-block 요소를 넣으면 길이값 적용 가능

🔶 블럭요소 전체를 위로 올릴땐 vertical-align: top으로 적용

접근성