<style> h1 { color: red; } </style>
<h1 style="color: red"></h1>
h1 { color: red; }
스타일 속성은 무수히 많다.
모두 외울 수 없으니, 필요할 때 마다 인터넷 검색을 통해서 찾아내자.