Advertisement
krot

table длиный текст

Oct 13th, 2017
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.58 KB | None | 0 0
  1. <html>
  2. <body>
  3. <h1>jn</h1>
  4.  
  5.  
  6. <table border="1" width="100%">
  7. <tr>
  8. <td >hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh</td>
  9. <td >hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh</td>
  10.  
  11. </tr>
  12.  
  13.  
  14.  
  15. </table>
  16.  
  17.  
  18. <style>
  19. *{
  20. border:1px solid red;
  21. }
  22. body{
  23. width:300px;
  24. border:1px solid green;
  25. }
  26. table{
  27. max-width:200px;
  28. }
  29. td{
  30.  
  31. padding: 0.5% 0;
  32.     overflow-wrap: break-word;
  33.     word-break: break-all;
  34. }
  35. </style>
  36. </body>
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement