Advertisement
finySTAR

hoveresviccesrozsaszin

Sep 21st, 2015
118
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.78 KB | None | 0 0
  1. <html>
  2. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  3. <head>
  4. <link rel="shortcut icon" href="asd.jpg" type="image/jpg" sizes="16x16"/>
  5. <!--itt a fejed-->
  6. <style>
  7. a:link {
  8.     color: #FF0000;
  9. }
  10.  
  11. a:visited {
  12.     color: #00FF00;
  13. }
  14.  
  15. a:hover {
  16.     color: #FF00FF;
  17. }
  18.  
  19. a:active {
  20.     color: #0000FF;
  21. }
  22.  
  23. table, td, th {
  24.     border: 3px solid green;
  25. }
  26.  
  27. th {
  28.     background-color: green;
  29.     color: green;
  30. }
  31. </style>
  32.  
  33. <title>Ez az én első weboldalam</title>
  34. <style>
  35. body {background-color:green}
  36. h1   {color:blue}
  37. p    {color:green}
  38. </style>
  39. </head>
  40. <!-- és itt a tested és a fejed vége-->
  41. <body background="background.jpg">
  42. <table border=1 width=1100>
  43. <!--  td: Tabble data a tábla adatai-->
  44. <!--th: Tabble header táblázat fejléc-->
  45. <!-- tr:  Table rov Tábla sor sorok-->
  46. <tr><td><font color="#ffffff">NEWS</font></td> <td><font color="#ffffff">SQUADS</font></td> <td><font color="#ffffff">CONTACT</font></td> <td><font color="#ffffff">SPONSORSHIP</font></td> <td><font color="#ffffff">ABOUT</td>
  47. <!--idefigyeljé-->
  48. </table>
  49. <ul>
  50. <li type="square"> Barkack</li>
  51. <li>Körte</li>
  52. <li>Cserri</li>
  53. </ul>
  54. <ol type="a">
  55. <li type="i">béla</li>
  56. <li type="A">sanyi</li>
  57. <li>feri</li>
  58. <h2><font color="withe">Ez a weboldal a Counter Strike:Global Offensive nevű
  59. online First Person Shoter játékról szól.</h2>
  60. </ol>
  61. <iframe width="560" height="315" src="https://www.youtube.com/embed/aSiq3nOL7DY" frameborder="0" allowfullscreen></iframe>
  62. <a href="http://csgolounge.com/"><b>Gyere és fogadj</b></a>
  63.  <img src="https://lh6.googleusercontent.com/O7WQ-SC9scO-T60cB-sKRT05ccLiWdr2zo4ZmKdoEso3nOaKS5KnO6be70tTenCEulzUzTR6Mw0Ai8VwAOG7mIQ8zvcYjrPHkr5lnz4REBmFCKnsyxaVbrgAD1p8TBWDnA" alt="hahahha nem lesz keped" width="1040" height="1420">
  64. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement