 |
Center for Software Testing Education & Research |
Dreamweaver Sample HTML Code
The following sample code was created based on the specifications in the manual. With this code we are testing a couple of features all in one. We want to see whether Dreamweaver correctly:
- removes the appropriate comments.
- combines nested <font> tags.
- removes redundant nested tags, such as <b> .
<html>
<head></head>
<body>
<font size=”7”><font color=”#FF0000”>
<p><b>This is what I <b>really</b> wanted to say </b></p>
</font></font>
</body>
</html>
Created 14 May 2004 for the NCSTE
All images and written material ©Copyright Sam Oswald 2004
This work is licensed under the Creative Commons Attribution-ShareAlike License.
To view a copy of this license, visit
http://creativecommons.org/licenses/by-sa/2.0/
or send a letter to
Creative Commons, 559 Nathan Abbott Way, Stanford, California 94305,
USA.