code

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • hanafi8gen
    Administrator
    • Aug 2024
    • 27

    #1

    code

    HTML Code:
    <!DOCTYPE html>
    <html lang="en">
    <head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>Basic HTML Page</title>
    </head>
    <body>
    <h1>Hello, World!</h1>
    <p>This is a simple HTML page.</p>
    </body>
    </html>
    PHP Code:
    <?php echo "Hello, World!"; ?>
  • hanafi8gen
    Administrator
    • Aug 2024
    • 27

    #2
    test reply

    Comment

    • hanafi8gen
      Administrator
      • Aug 2024
      • 27

      #3
      Originally posted by hanafi8gen
      test reply
      test quote reply

      Comment

      Working...