×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: PHP
Posted by: qeras rsda
Added: Oct 19, 2014 2:48 PM
Views: 1829
Tags: html:5
  1. <!Doctype HTML>
  2. <html lang="en-US">
  3.     <head>
  4.         <meta charset="UTF-8">
  5.         <title>Hello</title>
  6.         <style>
  7.             * {margin: 0;padding: 0; font-family: Trebuchet MS, Arial, sens-serif;}
  8.             .wrapper {padding: 20px;}
  9.         </style>
  10.     </head>
  11.     <body>Hello World!</body>
  12. </html>
  13.    
  14. </html>
  15.  
  16.  
  17.  
  18.