Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

HTML5 and ASP.Net 4.0

Tags:

html

asp.net

Is the html output generated in ASP.Net 4.0 is HTML5 Compliant?

like image 239
ramu Avatar asked Mar 10 '11 06:03

ramu


People also ask

Is ASP.NET and HTML same?

ASP is used to design user-interactive or dynamic web pages. HTML is basically used to create static web pages. ASP is case sensitive. HTML is not case sensitive.

Is ASP.NET 5 core?

The latest version of Asp.Net Core is Asp . Net Core 5.0. It was released on November 10, 2020.

What is ASP.NET in HTML?

ASP is a development framework for building web pages. ASP supports many different development models: Classic ASP. ASP.NET Web Forms. ASP.NET MVC.

Is ASP.NET still relevant 2020?

After a strong legacy of over two decades now, the net development services still remain relevant. As per a report by w3techs, ASP.NET is still used by 7.9% of all the websites whose server-side programming languages are known.


2 Answers

It is compatible with HTML5, but it is not HTML5.

Check out this thread: http://forums.asp.net/p/1401032/3032617.aspx

like image 67
smartcaveman Avatar answered Oct 06 '22 22:10

smartcaveman


Asp.net 4.0 with Visual Studio 2010 is compatible with HTML 5. You can download the Visual Studio Service pack 1 Beta From Here for Html 5 and CSS3 intellisense

Check other url's which ca help you to create Html5 Pages.

http://blog.reybango.com/2010/09/21/how-to-create-html5-website-and-page-templates-for-visual-studio-2010/

like image 36
Shivkant Avatar answered Oct 06 '22 22:10

Shivkant