When using Dreamweaver you generally do not need to worry about the underlying HTML codes of the web pages you produce but it is sometimes necessary to edit HTML directly. HTML codes are usually of the form:
All text between the codes will be formatted according to the content of the tags. For example, the HTML code to make text bold would be:
And any text between these tags would be made bold.
|