Is it possible to develop Website only with html Code ?? or other languages are important to develop ??
Yes. You only need another language if your site changes things on the fly on the browser or stores and changes data on the server side.
Yes. You can easily make a website in HTML, and you don't need any other language till you want to have some dynamic activities on your site.
Well, depends! If you want a database driven website - with detailed features, and call to actions for every user, in different situations, etc - PHP or ASP.NET are your best bets. Otherwise, yes it is possible to get something going with a basic knowledge of simple HTML only.
Hey friends, Thank you all for the best replies.... i am going to develop website in HTML...Thanks Again...........
HTML is just the content on the page. Styling the page (which is what makes it look like a website instead of a text file) is done with CSS. Check out W3Schools
it is depend on your website if you want to design simple static page website and you have no any one database then it will be better otherwise need other langauge . Anyway HTMl is a not programming language it only mark up language....