'!'를 누른후 'tab'키를 누르면 관련 태그가 다음과 같이 설정된다.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
</head>
<body>
</body>
</html>
'자바스크립트' 카테고리의 다른 글
[JavaScript] classList.toggle 기능 (0) | 2020.12.04 |
---|---|
[JavaScript] 81. keyup keypress keydown 차이 (0) | 2020.12.04 |
[JavaScript] function, function() 차이 (0) | 2020.12.04 |
[JavaScript] value VS. textContent (0) | 2020.12.04 |
[JavaScript] 55. Setting up prettier and VS code (console.log 단축키) (0) | 2020.12.04 |