background preloader

Wordpress Dev Course

Facebook Twitter

Essential Plugins

Useful tools. Online resources and tools. Developer Network. Setting up. Abbreviations Syntax. Emmet uses syntax similar to CSS selectors for describing elements’ positions inside generated tree and elements’ attributes.

Abbreviations Syntax

Elements You can use elements’ names like div or p to generate HTML tags. Emmet doesn’t have a predefined set of available tag names, you can write any word and transform it into a tag: div → <div></div>, foo → <foo></foo> and so on. Nesting operators.