While creating a website in Dreamweaver CC, I noticed a significant gap between my image and a div tag. Here is a screenshot for reference:
Below is the code from my index file:
<!doctype html>
<html>
...
</div>
Additionally, here is an excerpt from my CSS stylesheet:
@charset "utf-8";
...
}
Note that I have omitted the menu button rules for brevity.