<table>
            <thead>
              <tr>
                <th>Tags</th>
                <th>Description</th>
              </tr>
            </thead>
            <tbody>
              <tr>
                <td><b>font-size</b></td>
                <td>Sets the font size.</td>
              </tr>
              <tr>
                <td><b>width</b></td>
                <td>Sets the width of an element.</td>
              </tr>
              <tr>
                <td><b>background-color</b></td>
                <td>Sets the color of an element's text and decorations.</td>
              </tr>
              <tr>
                <td><b>border</b></td>
                <td>Set the border of an element.</td>
              </tr>
              <tr>
                <td><b>transform</b></td>
                <td>You can rotate, scale, skew, or translate an element.</td>
              </tr>
              <tr>
                <td><b>background-image</b></td>
                <td>Sets one or more background images for a specific item.</td>
              </tr>
            </tbody>
            <tfoot>
              <tr>
                <td colspan="2"></td>
              </tr>
            </tfoot>
          </table>       

H T M L C O D E

V I E W W E B S I T E