방법 1같은 HTML 파일에 HTML 코드와 CSS를 코드를 놓는 방법1-1. style 태그 사용 (head 태그 안에 있어야 함)1) html 태그 안에 head> body> header> h1>The Nick Timesh1> header> main> address>123 Road Altavistaaddress> main> footer>© 2024.NNfooter> body>html> ✅ 방법 2CSS와 HTML을 분리시키는 방법1-1. 태그 사용1) style.css 파일 만들기 2) link 태그로 연결해주기DOCTYPE html>html lang="kr"> head> title>Home - My first website.title> head> body> header> h..