English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

which 1 is more suited wth all advanced features ???

2007-12-14 15:13:38 · 5 answers · asked by adityarao88 1 in Computers & Internet Programming & Design

5 answers

HTML is what (with the exception of those all flash sites) every webpage is made of and is what you'll need to use (directly or indirectly) to create a website.

PHP and ASP are web scripting languages designed to allow you to dynmically access things like databases and insert it into your HTML (or create HTML from scratch and display it). Things like a simple myspace page would be HTML, but a search box in it would have to have something like PHP or ASP somewhere down the line powering it.

And for JHP did you mean JSP? If so then it's just like PHP or ASP except it's java's version of it.

2007-12-14 15:26:24 · answer #1 · answered by jonathanlks 4 · 0 0

HTML is the core of all websites. Scripting languages like PHP and ASP generate HTML dynamically, based on user input and other variables. Scripting languages give the most power to the developer, but the developer still needs to know HTML.

2007-12-14 15:24:31 · answer #2 · answered by catbertnc 5 · 1 0

well theyre all for developing webpages, but with php, asp and i presume u mean jsp you can create more powerful dynamic websites. U should learn html first before moving onto the others.
Asp is a microsoft technology and only works on microsoft platforms but its well writtten and easy to learn.Asp.net is out now wiht better support and increased performance among other new advances..if u chose to learn asp, then learn asp.net instead
Jsp is a java technology, that can be used on multiple platforms so ur not stuck to microsoft...i personally prefer asp, i think its simpler to pick up...but thats just my opinion
i dont know much about php.

2007-12-14 15:33:57 · answer #3 · answered by spdy 5 · 0 0

HTML is a markup language(shopper edge) while Hypertext Preprocessor is a hypertext processing language(Server-edge). Hypertext Preprocessor records are purely like HTML records, yet they are able to comprise the two HTML and Hypertext Preprocessor code. The Hypertext Preprocessor code is parsed (or finished) by making use of the information superhighway server while the internet site is accessed and the ensuing output is written as HTML interior the information superhighway internet site. while someone accesses a Hypertext Preprocessor internet site, his information superhighway browser in basic terms gets sent the HTML code, because of the fact the information superhighway server has processed the Hypertext Preprocessor code interior the history. maximum Hypertext Preprocessor pages are processed so promptly that it would not quite decelerate the loading of the information superhighway internet site. The .Hypertext Preprocessor extension is significant, because of the fact it tells the information superhighway server that the internet site would comprise Hypertext Preprocessor code. for this reason, it is going to be run for the period of the server's Hypertext Preprocessor engine till now being sent to a shopper's information superhighway browser. this facilitates dynamic content fabric to be generated each and every time the information superhighway internet site is loaded, based on the variables blanketed interior the Hypertext Preprocessor code. for occasion, Hypertext Preprocessor pages would load products such because of the fact the present date and time, archives from variety fields submitted by making use of someone, or advice from a database. nonetheless, as quickly as the internet site reaches the person's information superhighway browser, each and every thing is formatted as HTML. temporarily a million. HTML is a markup language whilst Hypertext Preprocessor is a scripting language 2. The output of Hypertext Preprocessor is frequently in HTML code which the browser can then interpret 3. HTML codes are static and that they are continually the comparable each and every time they are opened whilst Hypertext Preprocessor records are dynamic and the output ought to no longer continually be the comparable 4. HTML is somewhat worry-free and forgiving of errors whilst Hypertext Preprocessor isn’t

2016-11-03 07:58:53 · answer #4 · answered by namsaly 4 · 0 0

Hi. Html (Hypertext Markup Language) usually has more options.

2007-12-14 15:16:49 · answer #5 · answered by Cirric 7 · 0 4

fedest.com, questions and answers