study01.html 파일에 아래 코드를 입력한다.
<style> h1 { color: white; background-color: black; text-align: center; } </style> <h1>안녕하세요.</h1>
F5나 LiveServer를 이용해서 확인해본다.