(div) (/div) and (style) (/style) I'm still working on this.
Haven't got it all right yet, but div makes you look like you know what you're doing.
Use ctrl-u to look at the html

Also, for div, you might look at:
w3 schools
geeksforgeeks.org div
freecodecamp.org div

So far my first col always starts with a blank line.
Working on that, but don't know why yet.
You can specify width + height in px (pixle) units, color, and much more.
If you don't specify width: everything gets pushed together, and looks funny.
You can have divs within divs, to get everything to line up right.

html4

This will be a title line.


We'll try to make 3 columns.

To see if we can do that.


I think this will be 3 columns
this is the first column.

With a picture in the middle.

and this will be a single line across the bottom.

We'll do that all again. Seems this is a bit worse. Oh well.

This will be a title line.


We'll try to make 3 columns.

To see if we can do that.


I think this will be 3 columns
this is the first column.

With a picture in the middle.

and this will be a single line across the bottom.

Prev html page
Next html page
Index page

This is a good example of why you should indent your (tags) to matching levels