webstormはフロントエンドのemmet文法を書きます



Webstorm Write Front End Emmet Grammar



Front-end development artifact Emmet: Initial generate an HTML document structure html:! 5 or to generate structures HTML5 html: xt generate HTML4 Transitional html: 4s generate HTML4 Strict HTML tags generated with id, class of ul#ccc.ddd Generation offspring:> div.aaa>ul>li Generate brothers: + div+p+bq Generation ancestor elements: ^ div>ul>li^span div>ul>li^^span Repeatedly generating multiple: * ul>li*5 Generating a packet :() div>(header>ul>li*2>a)+footer>p Generating a custom attribute: [attr] a [href = 'http' title = 'I love boiled fish'] To generate Content ID: $ A $ accounting digit ul>li.item$*5 ul>li.item$$$*5 Descending to the end of 1 ul>root@xxxxx*5 Descending to the end of the 3 ul>root@xxxxx*5 Use @N specify ascending begins: ul>root@xxxxx*5