Posts

Showing posts from January 31, 2019

How to find background color?

Image
<Html> <head> <Title>  Find background color </title> </head> <body bgcolor="pink">  <p> This code type note pad and save as   anyname.html, and run any browser  find background color</p> </body> </html> Find background color This code type note pad and save as anyname.html, and run any browser find background color

Easy and simple php code

<!Doctype> <html> <body> <?php echo"hello world" ?> </body> </html>  What you should already know HTML CSS JAVASCRIPT What is php ? php is an acronym for php hypertext preprocessor, PHP is a widely used open source scripting  language  PHP Scropts are executed on the server  Php  is free to download and use  <div dir="ltr" style="text-align: left;" trbidi="on"> <i>&lt;!Doctype&gt;</i><br /><i>&lt;html&gt;</i><br /> <i>&lt;body&gt;</i><br /> <i>&lt;?php</i><br /> <i>echo"hello world"</i><br /> <i>?&gt;</i><br /> <i>&lt;/body&gt;</i><br /> <i>&lt;/html&gt;&nbsp;</i><br /> <!Doctype> <html> <body> <?php echo"hello world...