Html & Css

[html] vs code에서 html 여는 방법/기본 세팅 하는 방법

뉴라코 2024. 11. 24. 21:30

vs code에서 html 여는 방법

1) extension에 가서 open in browser을 install 한다

2).html 파일을 오른쪽 버튼으로 누르고 open in default browser을 클릭한다. (alt+b)

 

 

vs code에서 html  기본 세팅, 자동완성 하는 방법

! + enter 또는 html:5 입력

 

 

section id 쉽게 입력하는 방법 

section#이름 

 

<body>
    <section id="main">

    </section>
    <section id="qna">

    </section>
    <section id="result">
        
    </section>
</body>

- section#main 

-section#qna

-section#result 

입력한 결과