Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 2.23 KB | None | 0 0
  1. <!DOCTYPE HTML>
  2. <head>
  3.     <meta http-equiv="Content-Type"
  4.          content="text/html; charset=ISO-8859-1">
  5.         <title>
  6.             Task 1 - lab 3
  7.         </title>
  8.     </head>
  9. <body>
  10.     <h1>
  11.         Resources for Web Programming course
  12.     </h1>
  13.     <p>
  14.         Resources for browser-side programming include both <a href="#books"> books </a> and <a href="#web_resources">
  15.     web resources </a>. HTML - Hypertext
  16.     Markup Language is a language used to define portable documents. <br>
  17.     HTML documents that can be properly displayed on any operating system, in any browser (also text-based
  18.     and mobile browsers).<br> <br>
  19.     Documents require web browser to be displayed to the user. <br>
  20.     </p>
  21.     <h2>
  22.         <a name="books" id="books">
  23.             Books
  24.         </a>
  25.     </h2>
  26.     <p>
  27.         <ul>
  28.             <li> Deitel, P.J.,<em> JavaScript for Programmers</em>, Pearson Education, <strong> 2010 </strong> </li>
  29.             <li> Lemay L. and Colburn R., <em>
  30.     Sams Teach Yourself Web Publishing with HTML & XHTML in 21 Days (4th
  31.    Edition)</em>, <strong> 2003 </strong>
  32.    </li>
  33.            <li> Schafer S.M., <em>
  34.    HTML, XHTML, and CSS Bible</em>
  35.    , Wiley Publishing,
  36.    <strong>
  37.        2010
  38.    </strong>
  39.    (also: HTML, XHTML i CSS, Helion,
  40.    2011)
  41. </li>
  42.            <li>  Schultz D., Cook C., <em>
  43.    Beginning HTML with CSS and XHTML: Modern Guide and Reference</em>
  44.    , Apress, <strong>
  45.        2007
  46.    </strong>
  47.    (also: <em>HTML, XHTML i CSS. Nowoczesne tworzenie stron WWW</em>, Helion, 2008)
  48. </li>
  49.            <li> Zeldman J., Marcotte E., <em>Designing with Web Standards</em>. Third Edition, Pearson Education,<strong> 2010 </strong> </li>
  50.        </ul>
  51.    </p>
  52.    <h2>
  53.        <a name="web_resources" id="web_resources">
  54.            Web resources
  55.        </a>
  56.    </h2>
  57.    <p>
  58.        <ol>
  59.            <li> <a href="http://www.w3.org/"> www.w3.org </a> </li>
  60.            <li> <a href="http://www.w3schools.com/"> www.w3schools.com </a> </li>
  61.            <li> <a href="http://www.theserverside.com/"> www.theserverside.com </a> </li>
  62.            <li> <a href="http://jpassion.com/portal/"> jpassion.com </a> </li>
  63.        </ol>
  64.    </p>
  65. </body>
  66. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement