I have a question related to Web Forms. Do the ASP.NET Web Controls provided in Visual Studio 2012 emit HTML5 as output?I understand we can use custom controls or content adapters to make web control emit HTML5 even with Visual Studio 2010 and probably earlier versions with support for .NET framework 2.0, but I am interested in the DEFAULT behavior; that is, without going for any work around or our own implementation.So has anyone of you checked the DEFAULT output of web controls provided in Visual Studio 2012?Thank you.