Too many browser tabs opened? & it is harder to manage them? Try my Browser Extension.
Zen Coding
Zen Coding is an editor plugin for high-speed HTML, XML, XSL (or any other structured code format) coding and editing. The core of this plugin is a powerful abbreviation engine which allows you to expand expressions—similar to CSS selectors—into HTML code. For example: div#page>div.logo+ul#navigation>li*5>a …can be expanded into: <ul id=”navigation”> <li><a href=””></a></li> …