Advertisement
GameNCode

HTML

Sep 21st, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <html>
  2.  
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>זאת הכותרת שלי</title>
  6. <link rel="stylesheet" type="text/css" href="Roy.css">
  7. </head>
  8. <body>
  9.  
  10. <h1> מה שאתם רוצים" ~לירון"</h1>
  11. <b>
  12. <marquee behavior="scroll" direction="right" scrollamount = "50" style="font-size:260%;">The Joke</marquee>
  13. </b>
  14. <p> This is my first paragraph</p>
  15. <br>
  16. <hr>
  17. <p id="SpecificName"> This is my second paragraph</p>
  18.  
  19. <div class = "Hebrew">
  20. זה בעברית
  21. </div>
  22.  
  23. <marquee behavior="alternate" scrollamount = "25" ><img src = "Superman.png"> </marquee>
  24. <h2> Suicide Hotline: 1-800-K1LL-URLF </h2>
  25. </body>
  26.  
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement