Basic HTML code for myspace and more
By Joey Delli GattiIn the <TABLE> tutorial, we made a table and put things in the table cells or <TD>s. We learned how to combine cells (or make one cell fill the space of X amount of cells. We also learned a little about the potential of <TABLE>s and about putting tables inside of table cells of a larger table.
A lot of attributes can be specified in tables such as width, height, padding (within cells), spacing (between cells), background=”” (background images), colors, and more. And, if we want to do something with our tables that we don’t know how to do, we can always search the Internet. My favorite source is www.w3schools.com/html/html_intro.asp. Continue reading