Visual Studio 2012 feature series
Tag highlighting in Visual Studio 2012:
In visual studio 2012 You can highlight the start and end tag of a particular HTML element. One you click on starting tag of HTML element it will have other part highlighted just like following.Automatic Tag Update in Visual studio 2012:
This feature will help you when you change HTML in Visual studio 2012. When you modify start tag of HTML element it will update end tag automatically. You don’t have to worry about it. For example in above picture we have <div>tag and now if change this to <p> it will automatically update like following.Full HTML5 tag support:
Visual studio 2012 now supports all the HTML5 tag and provide intellisense for that. So You can develop HTML5 web applications very easily.That’s it. Hope you like it. Stay tuned for more..