miércoles, 21 de febrero de 2007

Step one, designing with tables

Despite the fact web design is turning on css (cascading style sheets) design, it´s imperative to understand the foundation of html based design. Take a look at the abbreviation itself, html, hyper text markup language. It means we used tags that works as labels declaring the content after them (or between them).

This is a list with some few tips that would help you on your way to understand the html tables configuration:

- Html documents have a head and a body.
- Inside the head and the body we use tags that are used to markup the elements.
- Tags usually come in pairs, the first <> is the start and the second the end.
- Tables are definied by tag "table" and are divided into rows "tr" and cell "td".
- The cells can contain the elements inside the site.

Check out this web site, it´s quite complete and usefull:
www.w3schools.com


No hay comentarios: