WEB.CSS
chapter02 : inline
GAWON
2023. 5. 18. 09:24
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Insert title here</title>
</head>
<body>
<h1 style="background-color: fuchsia; color: blue;"> 여기가 <h1> 태그입니다.</h1>
</body>
</html>