Consider a feature in Visual Studio 2010 for snippets in the HTML Source view of a web page.
enter the name of the control in clear text without markup or brackets! ... eg. hyperlink

Then press tab

Your web control has been automatically performed for you. This is for you to fill out the other details that you need.
This works for form :
<form action="default.aspx" method="post"> </form>
It looks like a real time saver. This is supported by WebForms and ASP.NET MVC projects.
What other snippets are available in Visual Studio 2010 in the Source view on the page?
source share