html3 [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. [CSS] BEM (Block Element Modifier) Overview BEM is a methodology that helps you to create reusable components and code sharing in web FE development. CSS codes developed without any structure or naming conventions leads to an unmaintainable in the long term. The advantages of BEM are modularity, reusability, and structure. So if we follow the BEM method, it allows us to solve these problems. Block A standalone entity that is mean.. 2020. 8. 28. [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 다음