처음 html파일을 만들고 나서 !탭을 누르게되면 기본 틀이 자동으로 나타나게 되는 유용한 단축키이다!

 

```

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
 
</body>
</html>
 
```
 
이런식으로 나타난다.

 

'기록남기기 > Frontend' 카테고리의 다른 글

[React] map 을 이용한 반복(코드 예)  (0) 2021.09.08
[React] 조건부 렌더링  (0) 2021.09.08

+ Recent posts