+ 1
Does PHP support HTML5 ??
I am just thinking that does PHP support HTML 5 or not????
8 Antworten
+ 2
Of course PHP support HTML5. Indeed, Is like the bread and butter of web apps programming.
+ 12
Yes
+ 5
html is rendered by web browsers and PHP is compiled by a server which can be local or online. the server when compiling generates a html code that the browser reads like the echo statement
+ 3
Why does the top server script language not support the latest version of html?
+ 2
sure
+ 1
why would it not? what made you think about that?
+ 1
The support of HTML5 is base on the browsers you use, PHP is used to generate the content the browser to render, you can generate any content that browser can render by PHP, e.g. HTML, XHTML, CSS, javascript, txt files, csv files, and even openxml documents.
+ 1
Thanks, everyone for your good answers👍👍☺☺
Does it mean that the HTML code is sent to the browser like a front end page along with the output of the PHP code ??
am I right ??