Question:
How do I make a table with HTML?
anonymous
2012-09-22 10:36:05 UTC
How would I make this table with HTML?
Header Header
Image Image
Header Header
Image Image


Thanks for your help!
Three answers:
Anas Imtiaz
2012-09-22 11:06:26 UTC
The format of a table is:















What this code will do is produce a table with one row and two columns (2 cells in total).

A table can have as many rows as you want and a row can have as many columns as you want (staying within page-width limits of course).

For each new row, add another tag after tag and for each new column, add another tag after

For example, this following code will produce a table with two rows and 2 columns.























You can put whatever you want inside the tags. For example, if you want to add an image to a cell, do this:

some_alt

Similarly, a header would go like this:

Stuff goes here




Hope this helps you.
anonymous
2012-09-22 17:53:36 UTC
First of all, this must be from a document that has been on a web page layout: C://Word/Document. So there must be an imagelist.png, imagelist.009, imagelist.jpg, and imagelist.document.

Header Header.ie.temp - [4 = -0~‡3]

Image Image.JPG - [6 = ‡|¦3 - 4]

Header Header.ie.c:// - [9l0:3/2]

image image.PNG - [009. - 67]
Anna
2012-09-22 18:01:50 UTC
try mozilla seamonkey html visual composer


This content was originally posted on Y! Answers, a Q&A website that shut down in 2021.
Loading...