Hello, I am in the process of learning HTML. I was wondering if anyone could explain or point me to a reference of how to use <div> tags. I understand that they are basically container tags, that can be placed around any number of other tags, format them with CSS, and be moved anywhere on the layout. I just don't know the specific codes that will perform these kind of operations, and am having difficulty finding it. If I want to position a <div> anywhere on the page, how would I do it and how do they conflict with other <div> tags? Edit: Also, I would like to add: many web designers combine use of the "float" attribute in the CSS of div elements. How can this be done to create workable layouts? Thanks so much!