Utilisation des Balises HTML dans l’affichage

Author:


Download

 <html>
  <head>
   <title>Formatage HTML</title>
  </head>
 <body>

<?php

 $design="<select size='2' name='text'>
          <option>Janvier</option>
          <option>Février</option>
          </select>
          ";

  echo( $design );
?>

</body>
</html>

Leave a Reply

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


− six = 1