How do I put 2 objects, side by side, in HTML...?

steakfri_98

New member
How do I put two objects side by side in the HTML code? The only way I know how to enter things into code is line by line...help me out, please!!
 
Layout in HTML pages is achieved using CSS. And putting things side by side is usually handled with floats.

http://css.maxdesign.com.au/floatutorial/ has a good guide with lots of step by step examples.
 
Back
Top