Intuitively, the space or wrap will be ignored between two block tag though we code it with the space. As follow figure:
<
Any whitespace between block level elements is ignored so you can lay out the markup in a way which makes it easy to read. If this wasn't the case your entire document would probably be on two or three lines.
You can add in line-breaks with the
tag or add whitespace with margin or padding. Remember, HTML just defines the content of the document: it doesn't care how it is rendered. That is what CSS is for.