Carte - PHP Online

Form of PHP Sandbox

Enter Your PHP code here for testing/debugging in the Online PHP Sandbox. As in the usual PHP files, you can also add HTML, but do not forget to add the tag <?php in the places where the PHP script should be executed.



Your result can be seen below.

Result of php executing





Full code of Carte.php

  1. <!doctype html>
  2. <html lang = "fr"
  3. <head>
  4.     <meta charset="utf-8"
  5.     <title>Carte</title>
  6. </head>
  7. <body>
  8.     <header style ="height = 2000px;background-color: rgb(200,59,110)">Khalil Souguir <br> 21 ans <img  style="margin:0 0 0 20;float:right;height: 2000px" src="https://media.licdn.com/dms/image/D4D03AQGfb3vmQcwyXA/profile-displayphoto-shrink_200_200/0/1708978191450?e=1714608000&v=beta&t=wotsRd5tMXrKxwqQLYKB9htUVgUTfp5C6xtt2bOLU5k"></header>
  9.     <section style="clear:both">Pages Web Utiles</section>
  10.     <p>Courriel : khalilsouguir@gmail.com</p>
  11.     <p>Page Linkedin : https://www.linkedin.com/in/khalilsouguir/</p>
  12.     <footer>2023-2024 Souguir Khalil</footer>
  13.  
  14. </body>
  15. </html>
  16.  
File Description
  • Carte
  • PHP Code
  • 28 Feb-2024
  • 688 Bytes
You can Share it: