Hello friends is tat good to use html or asp.net for a newbie to create a members joining website?Help me friends.
Html wont create a members joining website like this forum. You would need to combine it with php and mysql. I have no prior knowledge with asp.net so I couldnt tell you which is better.
I think you may go with PHP! because its fully open source and you can easily customize your site using tons of php scripts along php is rather easier to modify than ASP
Use PHP... There is a lot more community support and will be easier to learn... Not to mention it is usually cheaper and easier to get PHP web hosting than ASP hosting
ASP.NET tends to produce non-standard and proprietary markup that leans toward only working in IE and not modern browsers. I rejected that years ago.
It is not possible to create a members joining website using only HTML code as it is used to create static websites n members joining means the data is dynamic which u have to processed at run time so u have to combine server side code in HTML i.e. ASP.Net and HTML both actuaaly ASP.Net is HTML including server side controls they r not two different for creating front ends but an advance version only...
Seeing as everyone else here is saying PHP, I'll join in by firstly, agreeing, but then suggesting that you use some framework to make it easier on yourself, such as CakePHP or CodeIgniter?
I've used HTML to design my sites. This is easy to do and helps from a search engine optimization perspective.