+ 1
HTML And .aspx website?
What is the difference between HTML website and aspx website? Which is better to build?
1 Réponse
+ 2
# HTML is a client-side language and ASP is a server-side language.
# HTML page can not connect to the database, but ASP and ASP.NET Pages can.
# ASP is used to design user-interactive pages or dynamic pages, whereas HTML is used to design static pages.