font
<font color="red>WEB</font>
다른 색깔로 바꿀 수 있다.
css의 중요하면서도 쉬운 문법
1.<style>
a{
color:red;
text-decoration: none;
} 모든 a태그에 영향을 준다.
</style>
2. <a href="www.naver.com" style="color:red;text-decoration:underline">네이버로 이동</a>

h1{
font-size:60px;
text-align:center;
}
css선택자


selector 참고
CSS Selectors Reference
W3Schools offers free online tutorials, references and exercises in all the major languages of the web. Covering popular subjects like HTML, CSS, JavaScript, Python, SQL, Java, and many, many more.
www.w3schools.com
'코딩 > 코딩 기초' 카테고리의 다른 글
| HTML 정리 (0) | 2023.12.05 |
|---|---|
| cs50 강의 본문 1 (2) | 2023.06.17 |
| 생활코딩 HTML (0) | 2023.06.12 |
| 인프런 : 비전공자를 위한 올인원 개발 클래스 Javascript (0) | 2022.10.19 |
| 인프런 : 비전공자를 위한 올인원 개발 클래스 flex layout (0) | 2022.10.19 |