The text below is selected, press Ctrl+C to copy to your clipboard. (⌘+C on Mac) No line numbers will be copied.
Guest
Thead, Tbody and Tfoot tags for SEO in html5 (By s.ermia.h)
By Guest on 19th May 2026 11:12:12 PM | Syntax: HTML5


New paste | Download | Show/Hide line no. | Copy text to clipboard
  1. <!DOCTYPE html>
  2.     <http://december.com/html/4/element/meta.html">meta charset="UTF-8">
  3.     <http://december.com/html/4/element/meta.html">meta name="viewport" content="width=device-width, initial-scale=1.0">
  4. body {
  5.     margin: 0;
  6.     font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  7. }
  8.  
  9. table,th,td {
  10.     display: inline-block;
  11.     padding: 1vh;
  12.     margin: 1vh;
  13.     border: 2px solid #197400;
  14.     border-radius: 15px;
  15. }
  16.  
  17. .footer {
  18.     background-color: #f5f5f5;
  19.     border: 1px solid #e0e0e0;
  20.     color: #000000;
  21.     border-radius: 15px;
  22. }
  23.  
  24. .certifate {
  25.     transition: all 0.2s ease;
  26.     border-radius: 15px;
  27.     border: 1px solid #e0e0e0;
  28.     cursor: pointer;
  29. }
  30.  
  31. .certifate:hover{
  32.     box-shadow: 0px 2px 4px #1d173f;
  33.     transform: translateY(-1px);
  34. }
  35.             <http://december.com/html/4/element/th.html">th class="titr" style="margin-right: 26vh; margin-left: 12vh;">item1 <http://december.com/html/4/element/b.html">b>&quot;image&quot;</http://december.com/html/4/element/b.html">b></http://december.com/html/4/element/th.html">th>
  36.  
  37.             <http://december.com/html/4/element/td.html">td style="margin-right: 2vh"><http://december.com/html/4/element/img.html">img src="1.jpg" alt="certifate" title="certifate" class="certifate" width="300"></http://december.com/html/4/element/td.html">td>
  38.             <http://december.com/html/4/element/td.html">td style="margin-right: 2vh"><http://december.com/html/4/element/img.html">img src="1.jpg" alt="certifate" title="certifate" class="certifate" width="300"></http://december.com/html/4/element/td.html">td>
  39.             <http://december.com/html/4/element/td.html">td style="margin-right: 2vh"><http://december.com/html/4/element/img.html">img src="1.jpg" alt="certifate" title="certifate" class="certifate" width="300"></http://december.com/html/4/element/td.html">td>
  40.             <http://december.com/html/4/element/th.html">th class="footer"><http://december.com/html/4/element/b.html">b>html document by ermia all rights reserved &copy; 2026</http://december.com/html/4/element/b.html">b></http://december.com/html/4/element/th.html">th>