Advertisement
Guest User

Untitled

a guest
Jun 19th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 1.48 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3.   <head>
  4.     <meta charset="utf-8">
  5.     <title>Sunmoon personal site </title>
  6.     <link rel="stylesheet" href="css/styles.css">
  7.  
  8.  
  9.  
  10.  
  11. </head>
  12.  
  13.  
  14.     <table cellspacing="20">
  15.       <td><img src="C:\Users\Bhiti\Documents\New folder\web development\sun.JPG "alt="Sunmoon pic" height="100" width="100"> </td>
  16.       <td>  <h1> Sunmoon Rahman </h1>
  17.         <p><em> Web developer of our <strong> farm </strong> </em> </p>
  18.         <p>I am web developer,I love travelling ,I like to travel anywhere, </p>
  19. </td>
  20.     </table>
  21.  
  22.  
  23.  
  24.  
  25.  
  26.     <hr>
  27.  
  28.     <h3> Books and teachings </h3>
  29.     <ul>
  30. <li> The complete web development</li>
  31. <li> The complete HTML </li>
  32. <li> The complete CSS </li>
  33.  
  34. </ul>
  35. <hr>
  36.  
  37. <<h3> Working experience</h3>
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. <table border="3">
  45.   <thead>
  46.  
  47.     <tr>
  48.       <th> dates      </th>
  49.       <th>    experience</th>
  50.  
  51.     </tr>
  52.  
  53.  
  54.   </thead>
  55.  
  56.  
  57.  
  58.   <tbody>
  59.     <tr>
  60.       <td> 2010-2013</td>
  61.       <td>   In school</td>
  62.     </tr>
  63.  
  64.  
  65.     <tr>
  66.       <td> 2014-2016</td>
  67.       <td>  in college </td>
  68.     </tr>
  69.   </tbody>
  70.  
  71. </table>
  72. <hr>
  73.  
  74. <h3>skill</h3>
  75.  
  76. <table>
  77.   <tr>
  78.     <td>   IOS development</td>
  79.     <td> *****</td>
  80.  
  81.   </tr>
  82.   <tr>
  83.     <td> Photography</td>
  84.     <td> ****  </td>
  85.  
  86.  
  87.   </tr>
  88.  
  89.   <tr>
  90.     <td> android development</td>
  91.     <td> **</td>
  92.   </tr>
  93. </table>
  94. <hr>
  95.  
  96.  
  97. <a href="hobbiesss.html"> My hobbies </a>
  98.  
  99. <a href="contact.html"> Contact Details</a>
  100.  
  101.  
  102.  
  103.   </body>
  104. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement