본문 바로가기

6개월 대장정/HTML 개념

35일차 - [HTML] attribute

반응형

안녕하세요. pitang입니다.

HTML에 관련된 내용 정리해보도록 하겠습니다.

 

style attribute - color

style 속성에 

color는 글자의 색깔을 변경해주고, background-color는 배경색을 변경해준다.

 

color는 140개의 명칭으로, rgb함수로, 16진법으로 각각 표시할 수 있다.

16진법으로 표시할 때는 대소문자를 구분하지 않고, 같은 글자가 연속되면 하나는 생략 가능하다.

 

ex1)

22color.html - console

 

ex2)

23color.html - console

 

style attribute - font-family, text-align

style 속성에

font-family : 글자 폰트를, 

test-align : 글자의 정렬을 설정해준다.

 

ex1)

20style-attribute.html
console

 

style=""; "";  세미콜론(;)으로 한 속성에 여러 개를 쓸 수 있다.

ex2)

21style-attribute.html
console

 

 

 

감사합니다.

 

*m1 맥북을 사용 중입니다.*

728x90
반응형