본문 바로가기
프로그래밍

2023-06-19 html, css

by AandBB 2023. 6. 19.
<tag style="color : #7844e8"></tag>

Change color of letter

 

<tag style="background-color: #fbfbff; color: #7844e8"></tag>

If there is CSS property already, then we add ; and new CSS property

 

<a href="https://naver.com" style= "color: #7844e8"></a>

Distinguish HTML property by using blank(space key)

 

<tag style="background-color: #fbfbff; font-family: Arial, AppleGothic, 돋움, sans-sarif"></tag>

Web browser checks each font one by one, if we can use it or not

 

<link></link>

Brings data from outside. We use <link> tags in <head> tags

'프로그래밍' 카테고리의 다른 글

2023-07-02 javascript  (0) 2023.07.02
2023-06-27 javascript  (0) 2023.06.28
2023-06-18 html, css  (0) 2023.06.19
2023-06-17 html  (0) 2023.06.17
2023-06-15 html  (0) 2023.06.16