HTML - style 속성, 포맷팅 요소, 인용 요소, 주석, color(RGB, HEX, HSL), CSS


HTML - style 속성, 포맷팅 요소, 인용 요소, 주석, color(RGB, HEX, HSL), CSS

Github: https://github.com/leejaeseong11/frontend-study/tree/main/HTML#learn-the-basics frontend-study/HTML at main · leejaeseong11/frontend-study Contribute to leejaeseong11/frontend-study development by creating an account on GitHub. github.com 출처: https://www.w3schools.com/html/html_intro.asp style 속성 style 속성은 색상, 글꼴, 크기 등과 같은 요소에 스타일을 추가하는데 사용된다. background-color 속성은 배경색을 나타낸다. <body style="background-color: powderblue"> <h1>This is a heading</h1> <p>This is a paragraph.</p> <h1 style="back...


#color #comment #css #ff6347 #formatting #RRGGBB와 #style

원문링크 : HTML - style 속성, 포맷팅 요소, 인용 요소, 주석, color(RGB, HEX, HSL), CSS