Ajout des balises HTML dans la chaîne imprimée par ‘echo( )’

Author:


Download


<html>
 <head>
  <title>Fonction echo</title>
 </head>
 <body>

 <?php

  echo( "<strong>Bienvenu</strong>" );

  ?>

</body>
</html>

Leave a Reply

Your email address will not be published. Required fields are marked *


6 × three =