Advertisement
Guest User

Untitled

a guest
Dec 11th, 2018
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.42 KB | None | 0 0
  1. <html>
  2. <head>
  3. <meta charset="UTF-8">
  4. </head>
  5. <body>
  6. <!-- HTML -->
  7. <table width="100%" border="1px">
  8. <tr>
  9. <td colspan="2">
  10. <center><img class="logo" src="topologie1.jpg" /></center>
  11. </td>
  12. </tr>
  13. <tr>
  14. <td width="15%" height="200px">
  15. <center>
  16. ..::MENU::..
  17. <hr>
  18. <a href="#">TOPOLOGIE</a>
  19. <a href="#"><p>MAGISTRALA</p></a>
  20. <a href="#"><p>PIERSCIEN</p></a>
  21. <a href="#"><p>GWIAZDA</p></a>
  22. <a href="#"><p>DRZEWO</p></a>
  23. <a href="#"><p>SIATKA</p></a>
  24. </center>
  25. </td>
  26. <td>
  27. <h3>MAGISTRALA</h3>
  28. <center><img class="pc" src="topologie2.jpg" /></center>
  29. <b>Topologia magistrali</b> (szyny, liniowa) (ang. <i>Bus</i>) - wszystkie
  30. elementy sieci podłączone do jednej magistrali
  31.  
  32. <p>Informacje pochodzą ze strony: <a href="#">www.wikipedia.pl</a></p>
  33. </td>
  34. </tr>
  35. <tr>
  36. <td colspan="2" height="20px">
  37. <center>webm@ster: witryny internetowe</center>
  38. </td>
  39. </tr>
  40. </table>
  41. <!-- CSS -->
  42. <style>
  43. body {
  44. font-family: Verdana;
  45. }
  46. table {
  47. border: 1px solid black;
  48. }
  49. h3 {
  50. font-size: 20px;
  51. text-align: center;
  52. margin-top: 15px;
  53. }
  54. .logo {
  55. width: 310px;
  56. }
  57. .pc {
  58. width: 300px;
  59. }
  60. </style>
  61. <!-- JS -->
  62. <script>
  63.  
  64. </script>
  65. </body>
  66. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement