Visual Studio 2011 Developer Preview introduced a nice features that helps you to update HTML Start and End tag automatically. In previous version of Visual Studio If you wanted to update any html tags in markup you have had to update both start and end tags manually but, Visual Studio 2011 developer preview automatically update the tag with change of any one.
Let’s say you have text with in a <p> tag
Now you want to change it to <div>. So, just start editing the <p> tag with <div>. If you start editing start tag, It will automatically update end one or vice versa.
Yes, small but nice features.
You can find all tips related with Developer Preview over here https://dailydotnettips.com/tag/developer-preview/