Skip to content

Latest commit

ย 

History

History
27 lines (20 loc) ยท 609 Bytes

html06.md

File metadata and controls

27 lines (20 loc) ยท 609 Bytes

[HTML ์ œ๋Œ€๋กœ ๋ฐฐ์›Œ ๋ณผ๋ž˜?] Ep#06-Code Snippet ์ƒ์„ฑ

Code Snippet

// html.json
"Generate HTML Basic Structor": {
    "prefix": "html-basic",
    "body": [
      "<!DOCTYPE html>\n<html>\n\t<head>\n\t\t<title>Document</title>\n\t</head>\n\t<body>\n\t\t<script></script>\n\t</body>\n</html>"
    ],
    "description": "Generate HTML Basic Structure"
  }

[Note]

  • ์ฝ”๋“œ ์Šค๋‹ˆํŽซ
    • ๋ฏธ๋ฆฌ ์ž‘์„ฑํ•ด๋‘” ์ฝ”๋“œ ๋ธ”๋ก
  • VS Code
    • ๋‚ด๊ฐ€ ์ž์ฃผ ์‚ฌ์šฉํ•˜๋Š” ํŠน์ • ์ฝ”๋“œ ๋ธ”๋ก์„ ์Šค๋‹ˆํŽซ์œผ๋กœ ๋“ฑ๋ก ๊ฐ€๋Šฅ

Reference