{
// Place your snippets for html here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
// "$2"
// ],
// "description": "Log output to console"
// }
"Print to console": {
"prefix": "htmlko",
"body": [
"<!DOCTYPE html>",
"<html lang=\"ko\">",
"<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>$1</title>",
"</head>",
"<body>",
" $2",
"</body>",
"</html>"
],
"description": "한국어 페이지용 html 템플릿"
}
}
<!DOCTYPE html>
<html lang="ko">
<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>hello</title> <!--여기서 <tab>하면-->
</head>
<body>
hello <!--여기로!-->
</body>
</html>
<!-- h$*6 -->
<h1></h1>
<h2></h2>
<h3></h3>
<h4></h4>
<h5></h5>
<h6></h6>
<!-- h${hello}*6 -->
<h1>hello</h1>
<h2>hello</h2>
<h3>hello</h3>
<h4>hello</h4>
<h5>hello</h5>
<h6>hello</h6>
<leehojun>hello</leehojun>
<!-- h1+h2 -->
<h1></h1>
<h2></h2>
<!-- h1>p -->
<h1>
<p></p>
</h1>
<!-- h1+h2>p -->
<h1></h1>
<h2>
<p></p>
</h2>
<!-- h1#one -->
<h1 id="one"></h1>
<!-- h1.two -->
<h1 class="two"></h1>
<!-- .three -->
<div class="three"></div>
<!-- #five -->
<div id="five"></div>
<!-- lorem -->
Lorem ipsum dolor sit amet consectetur adipisicing elit. Omnis minus vel, illum suscipit quisquam quo iste perspiciatis odit vitae, eius est provident eligendi cumque commodi possimus. Animi doloremque a numquam.
<!-- lorem*2 -->
Lorem ipsum dolor sit amet, consectetur adipisicing elit. In id at ipsa maiores rerum possimus minus voluptates distinctio quo veniam enim nisi molestiae, nesciunt quia a sint blanditiis facilis quisquam?
Fugit vero assumenda distinctio laboriosam aliquam commodi, voluptatem voluptatum modi odio error, voluptates quas temporibus aspernatur a! Nobis ipsum maiores veniam exercitationem necessitatibus aliquid, eum quisquam odio, consectetur perspiciatis dolorum.
<!-- lorem5 -->
Lorem ipsum dolor sit amet.
<!-- img -->
<img src="" alt="">
<!-- img:z -->
<img src="" alt="" sizes="" srcset="">
<!-- p[a="value1" b="value2" c=1] -->
<p a="value1" b="value2" c="1"></p>
<!-- a -->
<a href=""></a>
<!-- a[href="https://www.naver.com"] -->
<a href="https://www.naver.com"></a>
<!-- h1.one.two#three -->
<h1 class="one two" id="three"></h1>
<!-- table>(tr>td*4)#3 -->
<table>
<tr>
<td></td>
<td></td>
<td></td>
<td></td>
</tr>
<tr id="3"></tr>
</table>
도메인,URL,URI - 이름: 제주코딩베이스캠프
IP - 주소: 동광로 137 대동빌딩...
Port - URL: 숫자