Advertisement
Guest User

Untitled

a guest
Oct 17th, 2019
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.13 KB | None | 0 0
  1. <!DOCUMENT html>
  2. <html>
  3.  
  4. <body>
  5.  
  6. <h1>Hypertext & hypermedia</h1>
  7. <h3>Lecture</h3>
  8. <p>Information about the lecture.<p>
  9.  
  10. <h3>Laboratory</h3>
  11. <p>Information about the laboratory.</p>
  12. <ol>
  13. <li>HTML+CSS</li>
  14. <ul>
  15. <li>structure of the page</li>
  16. <li>links</li>
  17. <li>forms</li>
  18. <li>css</li>
  19. </ul>
  20. <li>XML+XLM Schema</li>
  21. <ul>
  22. <li>correctly formed XML file</li>
  23. <li>creating a hierarchy</li>
  24. <li>defining elements, attributes</li>
  25. <li>creating types</li>
  26. <li>validating XML file</li>
  27. </ul>
  28. <li>XSLT</li>
  29. <ul>
  30. <li>XML->HTML transformation</li>
  31. <li>XML->pdf transformation</li>
  32. </ul>
  33. </ol>
  34. <h3>Project</h3>
  35. <table>
  36.  
  37.  
  38.  
  39. <p>Information about the project</P>
  40. <h3>Additional information about the HTML and XML</h3>
  41. <ol>
  42. <ul>
  43. <li><a href="https://www.w3schools.com/html/">HTML w3schools</a></li>
  44. <li><a href="https://www.w3schools.com/xml/">XML w3schools</a></li>
  45. </ul>
  46.  
  47. <p>Copyright 2019, Zuzanna Potrzebska,18.10</p>
  48. </body>
  49. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement