Mega Code Archive

 
Categories / Php / Functions
 

Echo out html tags

<html> <?php echo( "<h1>Hello World</h1>" ); ?> </html>