Easy coe and simple ing tag code <!Doctype html> <html> <head> <title> Image tag </title> </head> <body> <p> This is the image tag code </p> <img src="img" size="20" height="20" > Image </img> </body> </html>
<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
<!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><!Doctype></i><br /><i><html></i><br /> <i><body></i><br /> <i><?php</i><br /> <i>echo"hello world"</i><br /> <i>?></i><br /> <i></body></i><br /> <i></html> </i><br /> <!Doctype> <html> <body> <?php echo"hello world...
<!doctype> <html> <head> <<style> body { background-color:blue; } h1 { text-size:20px; bgcolor:yellow; } </style> <h> This is the first css heading <h1> </body> </html>