I am reading this article about ASP.NET Web forms vs MVC frameworks and it states
Developers do not have the control of the rendering HTML of web forms and Server controls that render html with mixed inline style and deprecated tags that does not follows standards
I am not sure if I follow what is been said here. If you agree with what is been state above, can you please elaborate specifically with some examples of what non-standard HTML tags are generated by web-forms. Also if they are non-standard HTML, how can it work in different browsers?