Advertisement
KodingKid

How to HTML

Mar 24th, 2021
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.46 KB | None | 0 0
  1. <DOCTYPE! HTML>
  2.     <html>
  3.         <head>
  4.             <h1 style="background-color:tomato;">This is a title</h1>
  5.             <kbd style="background-color:tomato;">This is a note</kbd>
  6.         </head>
  7.         <body>
  8.             <h2 style="background-color:tomato;">This is a heading</h2>
  9.             <h3 style="background-color:tomato;">This is a sub-heading</h3>
  10.             <p style="background-color:tomato;">This is a paragraph</p>
  11.         </body>
  12.     </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement