Using a table is often the way that three columns are created. You can do it with CSS though, but it is tricky.
You will need to create a style sheet: open a text editor and save it as a css flie. Then link your html page to it using:
<link rel="stylesheet" href="styleForMyPage.css" type="text/css" media="all" />
You can follow css tutorials like the one provided in the source section below.
You will need to create a style sheet: open a text editor and save it as a css flie. Then link your html page to it using:
<link rel="stylesheet" href="styleForMyPage.css" type="text/css" media="all" />
You can follow css tutorials like the one provided in the source section below.