eHow launches Android app: Get the best of eHow on the go.
Summary: Make columns in HTML with a table tag that includes a table row tag for each horizontal line of information along with align and table data tags on a Web page. Make columns when creating a Web site with tips from a software developer in this free video on Web design and the Internet.
Luis Estrada has a Bachelor's degree in Computer Science. He specializes in developing web sites and web applications. Estrada has been designing and creating websites for more than 8...read more
"Hello, my name is Luis Estrada, and I am a software developer. In this clip, I will show you how to make columns on HTML. We are working with the same file with some basic HTML tags. In order to create columns; firstly, we have to introduce a new HTML tag, the table tag. Let's specify that the table borders should have 2 pixels of size. This way, you can see the columns better. A table is composed of rows, which are horizontal and columns, which are vertical. When defining a table we have to create tags that would represent the table from top to down. We use a table row tag for each horizontal line of information we want, no matter how many columns we have. Inside this tag you could use an align tag. Inside the table row, we define the table data tags. We define a table data tag for each of the columns that we want on the table. Also, let's give them a width of 200 pixels. Let's say that we want only three columns. Then, let's define three table data tags by copying the first column tags. Now, let's enter some data on each of the tags. Copy the table row tags and paste it two times to create a total of three rows. Now, we have a three by three table. For each of the table rows you can define a different alignment. Now, save the file and refresh your browser. I am Luis Estrada, and I've just shown you how to create web pages using HTML."
eHow Article: How to Make Columns on a Web Page