Module 2.3
Task 3 - HTML Codes


A.M.D.G.


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:

<opening tag> </closing tag>

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:

<B> </B> or <strong> </strong>

And any text between these tags would be made bold.


  • Switch to Code and Design view, , in Dreamweaver
  • Type your name and highlight this text
  • By formatting this text using the tools below, copy and complete the following table:
Tool HTML Code
<em> </em>