Hello friends
Sublime Text is one of the most famous text editor into the programmers. There are lot of programming flexibility to work in sublime text. Zen Coding is one of them. For example, if you want to write some basic structure of HTML5, then you can just write down the following codes-
then hit the TAB button. Zen coding will automatically brings the basic structure of HTML5, such-
<!doctype html><html lang=”en”>
<head>
<meta charset=”UTF-8″>
<title>Document</title>
</head>
<body></body>
</html>
Amazing! Really its helpful for boost-up your programming knowledge.
But unfortunately sometimes it is now working properly. In this case, you have a alternative way to do it. Lets start-
First copy the text from following link-
http://wbond.net/sublime_packages/package_control/installation
Open sublime text editor-
- Click VIEW>SHOW CONSOLE then paste the copied text and hit ENTER
- Restart your Sublime Text
- Run “Package Control: Install Package” command, find and install
Emmetplugin. - Restart ST editor (if required)
Oky. Now restart your sublime text editor. And enjoy the zen coding.
[ATTENTION: THIS IS ONLY FOR WINDOWS OS]
Thanks for reading.

