Publish HTML quickly. https://html.house
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

23 lines
382 B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <title>HTMLhouse</title>
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <style type="text/css">
  7. body {
  8. font-family: Helvetica, Tahoma, Arial, sans-serif;
  9. font-size: 100%;
  10. margin: 1em;
  11. }
  12. img {
  13. max-width: 100%;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <h1>HTMLhouse</h1>
  19. <p>Welcome!</p>
  20. </body>
  21. </html>