design2ools

design resources

20130715

w3schools: HTML tables

<!DOCTYPE html>
<html>
<body>

<h4>This table has no borders:</h4>
<table>
<tr>
  <td>100</td>
  <td>200</td>
  <td>300</td>
</tr>
<tr>
  <td>400</td>
  <td>500</td>
  <td>600</td>
</tr>
</table>

<h4>And this table has no borders:</h4>
<table border="0">
<tr>
  <td>100</td>
  <td>200</td>
  <td>300</td>
</tr>
<tr>
  <td>400</td>
  <td>500</td>
  <td>600</td>
</tr>
</table>

</body>
</html>

Tryit Editor v1.8
Posted by ✎ at 15:14
Email ThisBlogThis!Share to XShare to FacebookShare to Pinterest
Newer Post Older Post Home

archive

  • ►  2014 (2)
    • ►  February (2)
  • ▼  2013 (47)
    • ►  December (1)
    • ►  October (8)
    • ►  September (2)
    • ►  August (17)
    • ▼  July (16)
      • w3schools: CSS Tutorial
      • w3schools: HTML Color Picker
      • w3schools: Introduction to HTML (html 5 compliant)
      • w3schools: Table cells that span more than one row...
      • w3schools: HTML tables
      • Art Quizzes - test your knowledge of art and design
      • Graphic Design Lessons - Evaluating Your Designs
      • Graphic Design Lessons - Graphic Design Compositio...
      • Graphic Design Lessons - How to Create Ideas for G...
      • Graphic Design Lessons - The Art of Typography - T...
      • Graphic Design Lessons - Design a Logotype for a M...
      • Color Terms for Art and Design
      • Color Theory Lessons - Color as Light
      • Artyfactory Design Lessons - teach yourself the pr...
      • Logo Design - The Art of Visual Identity
      • CSS layout techniques | glish.com
    • ►  June (1)
    • ►  January (2)
Simple theme. Powered by Blogger.