Web/HTML2 [HTML] Emmet Emmet is a web-developer's toolkit that can greatly improve HTML and CSS workflow. Most of the editors already have the Emmet plug-in. I'm using the VSCode, and it has this feature. So, we don't need anything. Just enjoy it! Note Before explaining emmet syntax, let me explain a few things first. If you input the Emmet syntax, the VSCode will notice it to you. You have to press or key at this tim.. 2020. 9. 2. [HTML] script Tag The script tag usually uses when link external JS file to HTML file, or insert script into HTML file. In this post, I'll write about the former one. Include in the head Tag This form is an old style. How it works First, it parses an HTML code. If it meets the script tags, it stops the parsing. It fetches a certain JS file and executes it. Finally, it parses the remaining HTML code. Pros and Cons.. 2020. 8. 24. 이전 1 다음