Advertisement
KodingKid

An introduction to HTML

Mar 20th, 2021
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.20 KB | None | 0 0
  1. <DOCTYPE! HTML>
  2.    <HTML>
  3. <body>
  4. <head>
  5. <h1 style="background-color:tomato";>This is the head</h1>
  6. </head>
  7. <kbd style="background-color:powderblue;">This is the body</kbd>
  8. </body>
  9.     </HTML>
  10.  
  11.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement