Advertisement
Guest User

Untitled

a guest
Apr 21st, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <p>This is my first site!</p>
  2.  
  3. <img src="IMG_2337.jpg"> - вставить картинку
  4.  
  5. <p> This is the second paragaph
  6.  
  7. <table border="1"> - таблица граница=1
  8. <tr>
  9. <td>
  10. First row, first cell -
  11. </td>
  12. <td>
  13. First row, second cell
  14. </td>
  15. </tr>
  16. <td>
  17. Second row, first cell
  18. </td>
  19. <td>
  20. Second row, second cell
  21. </td>
  22. </tr>
  23. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement