강의

[패스트 캠퍼스 강의] 웹에서 시작하기

seulye 2024. 2. 19. 17:13

 

 

https://codepen.io/

 

CodePen

An online code editor, learning environment, and community for front-end web development using HTML, CSS and JavaScript code snippets, projects, and web applications.

codepen.io

 

브라우저 스타일 초기화

브라우저마다 여백같은 게 다르기 때문에 초기화 필요함.

 

 

https://www.jsdelivr.com/package/npm/reset-css

 

jsDelivr - A free, fast, and reliable CDN for JS and Open Source

Optimized for JS and ESM delivery from npm and GitHub. Works with all web formats. Serving more than 150 billion requests per month.

www.jsdelivr.com

 

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/reset-css@5.0.2/reset.min.css">
<link rel="stylesheet" href="./css/main.css" />

 

 

emmet

div 탭키 누르면 <div></div> 생기는 것과 같은 자동 완성.