To add code to the page manually, simply click in Code view and start typing. You can use the code hints feature to speed up your work.
In this lesson, you'll use code hints to add an image to the Trio Motors page.
<p></p>
Then place the insertion point between the opening <p> tag and the closing <p> tag.
A list of tags appears at the insertion point.
Note: You can set the length of the delay before the list appears by selecting Edit > Preferences (Windows) or Dreamweaver > Preferences (Macintosh), and then selecting Code Hints from the category list on the left. In Code view, you can display a code hints menu at any time by pressing Control+Spacebar, and you can close a code hints menu at any time by pressing Escape.
img tag from the list, then press Enter (Windows) or Return (Macintosh) to insert the tag.
Tip: To quickly scroll to a tag, start to type the tag name.
src attribute is selected in the hints menu.
The word Browse appears, selected, below the code you just typed.
The Select File dialog box appears.
The URL of the image file is inserted as the value of the src attribute, and the insertion point appears after the closing quotation mark.
alt attribute from the hints menu, and press Enter (Windows) or Return (Macintosh).
Note: This page is an XHTML document, and empty XHTML tags (tags that have no closing tags) must end with a slash before the closing angle bracket.
A list of attributes appears.