So just so im sure, if i start with a <div> tag and then i want to start with a <p> tag, do i close the </div> tag right after the <div> tag? or i always put the end </div> tag after the </p> end tag? so essentially <div></div> then <p> (what ever i write here)</p> OR <div> then <p> (what ever i write here)</p> </div>