Skip to main content
March 22, 2026 (Updated March 31, 2026)Noble Desktop/1 min read

Quickly Write Nested Tags in Sublime Text

Quickly Write Nested Tags in Sublime Text

Use > (greater-than symbol) to quickly write nested tags. For example, if you type article>h1 and hit Tab, Emmet expands article>h1 to

<article>
    <h1></h1>
</article>

Emmet expanding nested tags in Sublime Text

Note: This keystroke requires Emmet to be installed in Sublime Text. For instructions on how to install Emmet, download our Sublime Text Enhancements Installation Guide.

RELATED ARTICLES