Advertisement
Guest User

Untitled

a guest
Sep 20th, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.60 KB | None | 0 0
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <script type="text/javascript" src="skrypt.js"></script>
  6. <link rel="stylesheet" href="styl5.css" />
  7. <style>
  8. td {
  9. width:50px;
  10. height:50px;
  11. border:1px solid green;
  12. text-align:center;
  13. color:red;
  14. font-weight:bold;
  15. }
  16. table {
  17. border-collapse:collapse;
  18. margin:0px auto;
  19. }
  20. /* table tr:nth-child(1){
  21. background:yellow;
  22. }
  23. tr td:nth-child(1) {
  24. background:yellow;
  25. } */
  26. </style>
  27. <title>JS</title>
  28. </head>
  29.  
  30. <body>
  31.  
  32.  
  33.  
  34.  
  35. </body>
  36.  
  37. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement