skylight_animation

Basic HTML | HTML Frame Practice

Apr 18th, 2020
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4.     <title>Sinau IT</title>
  5. </head>
  6. <body>
  7.     <header>
  8.         <h1>SINAU IT</h1>
  9.         <h2>Belajar Membuat HTML File</h2>
  10.     </header>
  11.     <hr>
  12.     <content>
  13.         <p align="justify">
  14.             Tutorial Membuat HTML Dasar.
  15.         </p>
  16.         <p align="justify">
  17.             Halo Dunia!!!!
  18.         </p>
  19.         <p align="right">
  20.             <a href="http://sinauit.blogspot.com">Sianu IT</a>
  21.         </p>
  22.     </content>
  23.     <hr>
  24.     <footer>
  25.         .Sinau IT. Copyright.
  26.     </footer>
  27. </body>
  28. </html>
Add Comment
Please, Sign In to add comment