Testing the Property inspector
Finally, you can test the Property inspector.
To test the Property inspector:
- Restart Adobe Dreamweaver.
- Create a new HTML page, or open an existing HTML page.
- Add the following in the
BODY
section of the page:<MARQUEE></MARQUEE>
- Highlight the text you just added.
The Property inspector you created for the
MARQUEE
tag appears. - Enter a value for the Direction attribute in the Property inspector.
The tag on your page changes to include the direction attribute and the value you entered in the Property inspector.