Block elements, inline elements
Most of elements in html can be divided in to categories: inline and block. For exemple a <div> tag is a block element and a <a> tag is an inline element.
If you don’t see the difference between the <a> and <div> tags in terms of nature you need to read the follow. Understanding the differences and write your code properly with those difference will spare you time during the validation but also during the designing.