Guest User

Untitled

a guest
Jun 23rd, 2018
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.35 KB | None | 0 0
  1. <html>
  2.     <head>
  3.         <!-- Stuff like styles, scripts, descriptions, information goes in head. -->
  4.         <link rel="stylesheet" type="text/css" href="STYLE_NAME.css" />
  5.         <title>Basic HTML CSS Setup</title>
  6.     </head>
  7.     <body>
  8.         <h2 id="header2">This is a basic header</h2>
  9.         <p id="content"></p>
  10.     </body>
  11. </html>
Add Comment
Please, Sign In to add comment