Skip to main content

Posts

Showing posts from November, 2023

Online HTML Code runner

Online HTML Code Runner  <!DOCTYPE html> <html lang="en"> <head>     <meta charset="UTF-8">     <meta name="viewport" content="width=device-width, initial-scale=1.0">     <title>Online HTML Code Runner</title>     <style>         body {             font-family: Arial, sans-serif;             background-color: #f4f4f4;             margin: 0;             padding: 0;             display: flex;             justify-content: center;             align-items: center;             height: 100vh;         }         textarea {             width: 100%;         ...

Followers