Advertisement
ewa_tabor

cw 4 html

Nov 20th, 2018
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.83 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!DOCTYPE html
  3.    PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  4.   "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="pl" lang="pl">
  6.   <head>
  7.     <link rel="stylesheet" href="1.css"></link>
  8.     <link rel="Alternate stylesheet" href="2.css"></link>
  9.     <link rel="stylesheet" media="print" href="print.css"></link>
  10.     <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  11.     <title>Zadanie 4</title>
  12.   </head>
  13.   <body>
  14. <div class="titlec">Tytuł strony</div>
  15. <div class="SpisTresci">
  16.   <ul id="menu">
  17.         <li><a href="#subhead01">Fragment</a></li>
  18.         <li><a href="#subhead02">Tłumaczenie fragmentu (ang)</a></li>
  19.     <li><a href="http://borg.kis.agh.edu.pl/~taborewa/cw1.xhtml">Ćwiczenie 1</a></li>
  20.         <li><a href="http://borg.kis.agh.edu.pl/~taborewa/cw2.xhtml">Ćwiczenie 2</a></li>
  21.         <li><a href="http://borg.kis.agh.edu.pl/~taborewa/cw3.xhtml">Ćwiczenie 3</a></li>
  22.     </ul>
  23.   <ul id="menu2">
  24.         <li>MENU</li>
  25.     </ul>
  26. </div>
  27.  
  28. <div class="main" id="Zawartosc">
  29.     <h1><a name="subhead01">Fragment tekstu</a></h1>
  30.      <p>
  31.     <img class="left" src="https://vignette.wikia.nocookie.net/arcus/images/c/c9/Otter.jpg/revision/latest/scale-to-width-down/360?cb=20150128030809"
  32. alt="Zdjęcie wydry" />
  33.     Sed ut perspiciatis unde omnis iste natus error sit voluptatem
  34.     accusantium doloremque laudantium, totam rem aperiam, eaque ipsa
  35.     quae ab illo inventore veritatis et quasi architecto beatae vitae
  36.     dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit
  37.     aspernatur aut odit aut fugit, sed quia consequuntur magni dolores
  38.     eos qui ratione voluptatem sequi nesciunt.
  39.  
  40. </p>
  41.     <h1><a name="subhead02">Tłumaczenie H. Rackhama</a></h1>
  42.     <p>
  43.     <img class="right" src="https://www.tapeciarnia.pl/tapety/normalne/107345_swistak_swietlny_miecz.jpg"
  44. alt="Zdjęcie świstaka" />
  45.     But I must explain to you how all this mistaken idea of denouncing pleasure and praising pain was born and I will give you a complete account of the system, and expound the actual teachings of the great explorer of the truth, the master-builder of human happiness. No one rejects, dislikes, or avoids pleasure itself, because it is pleasure, but because those who do not know how to pursue pleasure rationally encounter consequences that are extremely painful.</p>
  46. <p id="walidatorh">
  47.     <a href="http://validator.w3.org/check?uri=referer"><img
  48.     src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
  49.   </p>
  50. <p id="walidatorc">
  51. <a href="http://jigsaw.w3.org/css-validator/check/referer">
  52.     <img style="border:0;width:88px;height:31px"
  53.        src="http://jigsaw.w3.org/css-validator/images/vcss-blue"
  54.        alt="Poprawny CSS!" />
  55.     </a>
  56. </p>
  57.  
  58. </div>
  59. </body>
  60. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement