Although Macromedia Dreamweaver allows you to create and edit Web pages visually without worrying about the HTML source code, there can be times when it can be useful to understand basic HTML. Understanding basic HTML tags and how they are used will provide you with more control to modify and troubleshoot your Web page.
For example, suppose you select text on your document and apply a new font, but it only affects half the sentence. By looking at the HTML code in Dreamweaver Code view (or Code inspector), you discover that the closing </font> tag is in the middle of the sentence; all you have to do is move </font> to the end of your sentence and the problem is fixed.