Advertisement
winone1208

HTML podstawy

Sep 9th, 2015
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.15 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta name="descripton" content="kurs HTML,XHTML,JavaScript"  />
  4. <meta name="keywords" content="HTML, XHTML, JavaScript" />
  5. <meta http-equiv="content-type" content="text/html; charset=iso-8859-2" />
  6. <meta http-equiv="content-laguage" content="pl">
  7. <meta name="author" content="imie i nazwisko">
  8. <meta name="generator" content="nazwa generatora">
  9. <meta http-equiv="refresh" content="x">
  10. <meta http-equiv="refresh" content="x; url=http://.../strona.html">
  11. <meta http-equiv="creation-date" content="Tue, 04 Dec 1993 21:29:02">
  12. <link rel="Stylesheet" type="text/css" href="style.css" />
  13. </head>
  14. <body bgcolor="kolor tła" style="width: 100%;" text="kolor tekstu">
  15.  
  16.  
  17.  
  18. <h1>sadas</h1>
  19. <h2>sadas</h2>
  20. <h3>sadas</h3>
  21. <h4>sadas</h4>
  22. <h5>sadas</h5>
  23. <h6>sadas</h6>
  24.  
  25.  
  26.  
  27. <p align="left"> Tresc </p>
  28. <p align="right"> Tresc </p>
  29. <p align="center"> Tresc  </p>
  30. <p align="justify"> Tresc sdcfsdac a aef sef sfsef ssef sefssefsfkljshfsehfshfehenv nc esf henve;nvs nve vsnveh fnvsev esvnsnvs;vsvns </p>
  31.  
  32. enter<br>
  33. nielamilwa spacja (&nbsp;)
  34.  
  35.  
  36. pozioma linia  <hr>
  37. <hr size=21>
  38. <hr width=21>
  39. <hr width=21%>
  40. <hr color="red">
  41.  
  42.  
  43.  
  44.  
  45. </body>
  46. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement