+ 4
What is different between php and html language
7 Answers
+ 13
HTML is a language used to describe to a browser how to display text and other objects in a browser window. It is not a programming language. HTML works on a client computer (the system on which the page is being viewed).Â
PHP is a scripting language, and can be used to create web pages written in HTML. PHP runs on the server (the system from which the page comes), and is a full-fledged programming language.
Details: https://www.bleepingcomputer.com/forums/t/227518/difference-between-php-and-htmlđđđđđ
+ 1
Thanks
0
What is mean by write in HTML language.
0
What keyword is used to handle cases that are not defined with the case keyword
0
(bibi) The spelling for a start!
0
HTML is use to build the basic UI on website.
PHP is use for making a function or system in website like calling database and some stuff like that
0
php is backend language and html is frontend language