[text] 22222222

Viewer

copydownloadembedprintName: 22222222
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.     <title>wtools.io - Best Tools</title>
  6.     <style>
  7.     body {
  8.         background-color: #d0e4fe;
  9.     }
  10.  
  11.     h1 {
  12.         color: red;
  13.     }
  14.  
  15.     p {
  16.         font-family: "Arial";
  17.         font-size: 25px;
  18.     }
  19.     </style>
  20. </head>
  21.  
  22. <body>
  23.     <h1>Frre HTML Formatter</h1>
  24.     <div>Sample text in div</div>
  25.     <ul>Sample UL
  26.         <li>Test</li>
  27.         <li>Debug</li>
  28.         <li>Execute</li>
  29.     </ul>
  30.     <p>This is a paragraph.</p>
  31.     <table>
  32.         <tr>
  33.             <th>100</th>
  34.             <th>200</th>
  35.             <th>300</th>
  36.         </tr>
  37.         <tr>
  38.             <td>100</td>
  39.             <td>200</td>
  40.             <td>300</td>
  41.         </tr>
  42.     </table>
  43. </body>
  44.  
  45. </html>
  46.  

Editor

You can edit this paste and save as new: