Advertisement
Guest User

Untitled

a guest
Sep 16th, 2019
107
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <!--
  3. To change this license header, choose License Headers in Project Properties.
  4. To change this template file, choose Tools | Templates
  5. and open the template in the editor.
  6. -->
  7. <html>
  8. <head>
  9. <title>TODO supply a title</title>
  10. <meta charset="UTF-8">
  11. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  12. </head>
  13. <body bgcolor="F1F19B">
  14. <center><h1> This is a normal html template</h1><center>
  15. <table border="1" width="100%">
  16. <tr height="20">
  17. <td width="10%" align="center"><a href="index.html"><img src="image/red.jpg" alt="Logo" height="30" width="40"/></a></td>
  18. <td width="90%" align="center"><b>This is my second homework</b></td>
  19. </tr>
  20. <tr>
  21. <td colspan="7"> <!--start nested table-->
  22. <table border="1" width="100%">
  23. <tr height="20" align="center">
  24. <td><a href="index.html">Home</a></td>
  25. <td><a href="About.html">About</a></td>
  26. <td><a href="Services.html">Services</a></td>
  27. <td><a href="Portfolio.html">Portfolio</a></td>
  28. <td><a href="Page.html">Page</a></td>
  29. <td><a href="Contact.html">Contact</a></td>
  30. <td><a href="Blog.html">Blog</a></td>
  31. </tr>
  32. </table>
  33. </td> <!--End nested table-->
  34. </tr>
  35.  
  36. <!--list area-->
  37. <tr height="90">
  38. <td rowspan="2" valign="top">
  39. <h2>list</h2>
  40. <ol>
  41. <li><a href="https://www.w3schools.com/html/default.asp" target="_blank">HTML</a></li>
  42. <li><a href="https://www.w3schools.com/css/default.asp">CSS</a></l>
  43. </ol>
  44. <ul type="square">
  45. <li><a href="https://www.w3schools.com/html/default.asp" target="_blank">html</a></li>
  46. <li><a href="https://www.w3schools.com/html/default.asp" target="_blank">CSS</a></l>
  47. </ul>
  48. <dl type="1">
  49. <dt>html
  50. <dd>Xhtml</dd>
  51. <dd>Zhtml</dd>
  52. </dt>
  53. <dt>CSS</dt>
  54. </dl>
  55. </td>
  56. <td ><center><h2>This is home page</h2></center>
  57. <p>typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of<br> Letraset sheets passages, and more recently with desktop publishing s PageMaker including versions of Lorem Ipsum</p>
  58. <p>typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of<br> Letraset sheets passages, and more recently with desktop publishing s PageMaker including versions of Lorem Ipsum</p>
  59. </td>
  60. </tr>
  61.  
  62. <!-- End of list area-->
  63. <tr height="95">
  64. <td ></td>
  65. </tr>
  66. <tr>
  67. <td colspan="7">
  68. <table border="1" width="100%">
  69. <tr height="20">
  70. <td></td>
  71. <td></td>
  72. <td></td>
  73. <td></td>
  74. </tr>
  75. </table>
  76. </td>
  77. </tr>
  78. <tr height="20">
  79. <td colspan="7" align="center">@Motalib Hossain </td>
  80. </tr>
  81. </table>
  82. </body>
  83. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement