본문 바로가기
  • Coding & Book
학습단/HTML+CSS+Javascript 학습단

1장 Hello, HTML + CSS + 자바스크립트 (~44p)

by 루이3 2023. 3. 6.

1. 홈페이지에서 코드 에디터를 설치한다. (Visual Studio Code 사용)

https://code.visualstudio.com/

 

Visual Studio Code - Code Editing. Redefined

Visual Studio Code is a code editor redefined and optimized for building and debugging modern web and cloud applications.  Visual Studio Code is free and available on your favorite platform - Linux, macOS, and Windows.

code.visualstudio.com

 

2. 설치 후 자기가 사용 하고 싶은 확장프로그램을 설치한다.

- Live Server : 가상서버를 이용해 HTML 코드를 실시간으로 확인 가능하다.

 

 

- Auto Rename Tag

태그명을 변경할때 다른 한쪽은 변경이 안되는데 위 확장프로그램을 설치하면 자동으로 수정이 된다.