Importing a Style Sheet
직접쓰기
Inlining Style
임의의 요소Element안에서 css를 직접 지정할 때에 사용한다.
보기
<SPAN STYLE=“color: yellow;
font-family: 굴림, impact”>글꼴은
'굴림'이며, 글꼴색은 '노랗게' 나타난다
</SPAN>.
위의 보기는 반드시 아래와 같은
<SPAN STYLE=“color:
yellow;
font-family:
굴림, 'Comic Sans MS'“>글꼴은
'굴림'이며, 글꼴색은 '노랗게' 나타난다.</SPAN>
형식을 지켜야만 한다.