recode link


Summary : CSS에서 Semantic Tag, Layout을 공부하자


inline → internal → external 방식으로 발전.

inline이 불편한 이유 : tag element에 attribute 형태로 style을 구성하기 때문. 굉장히 복잡.

⇒ 즉 CSS는 style의 자원화 개념

internal도 불편한 이유 : 솔직히 html 내부 위에 다 선언할 것이면 따로 떼는 게 낫다.

external style 방식이 결국 style 자원만을 별도의 영역에서 따로 관리하는 방식.

[rel = relationship, type : MIME type, href : hyperlink reference]

<link rel=”stylesheet” type=”text/css” href=“web_css”>