Advertisement
Guest User

Untitled

a guest
May 28th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.99 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width">
  6. <title>Próba</title>
  7. <style id="jsbin-css">
  8. body {
  9. background-color: #d0e4fe;
  10. }
  11.  
  12. h1 {
  13. color: orange;
  14. text-align: center;
  15. font-family: "Arial";
  16. }
  17.  
  18. p {
  19. color: grey;
  20. text-align: center;
  21. font-family: "Times New Roman";
  22. font-size: 20px;
  23. }
  24. </style>
  25. </head>
  26. <body>
  27. <h1>Ez az én HTML tesztem</h1>
  28. <p><strong>Hello Világ</strong>.</p>
  29. <p><i>A faszom minden köcsögbe</i>.</p>
  30. <p><em>mert nem tudom, hogyan kell a javat futtatni</em></p>
  31. <p>My favorite <ins>color</ins> is red.</p>
  32. <p>This is <sub>subscripted</sub> text.</p>
  33. <p>Az egész összesen 38m<sup>3</sup></p>
  34.  
  35.  
  36. <script id="jsbin-source-css" type="text/css">body {
  37. background-color: #d0e4fe;
  38. }
  39.  
  40. h1 {
  41. color: orange;
  42. text-align: center;
  43. font-family: "Arial";
  44. }
  45.  
  46. p {
  47. color: grey;
  48. text-align: center;
  49. font-family: "Times New Roman";
  50. font-size: 20px;
  51. }</script>
  52. </body>
  53. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement