1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
<!doctype html public "-//W30//DTD W3 HTML 2.0//EN">
<HTML>
<!-- This file was generated using SDF 2.001 by
Ian Clatworthy (ianc@mincom.com). SDF is freely
available from http://www.mincom.com/mtr/sdf. -->
<HEAD>
<LINK REL="stylesheet" TYPE="text/css" HREF="test.css">
<STYLE TYPE="text/css">
<!--
.changed {background-color: teal}
-->
</STYLE>
</HEAD>
<BODY>
<DIV CLASS="header">
<DIV CLASS="navigate">
</DIV>
</DIV>
<DIV CLASS="main">
<P STYLE="background-color: blue; color: red">A styled paragraph.</P>
<P>A <EM STYLE="background-color: blue; color: red">styled phrase</EM> within a paragraph.</P>
<P>A <B>Non-Abc</B> <I>paragraph</I>.</P>
<P CLASS="Abc">A <B>Abc</B> <I>paragraph</I>.</P>
<P>An <B CLASS="Xyz">Xyz phrase</B>.</P>
<P STYLE="text-decoration: line-through; background-color: Purple; font-weight: bold; color: Green; font-family: sans-serif; font-style: italic; font-size: 24pt; text-decoration: underline"><B>Some big Green text.</B></P>
<P CLASS="changed">A changed paragraph.</P>
<P>A <SPAN CLASS="changed">changed phrase</SPAN> in a paragraph.</P>
</DIV>
<DIV CLASS="footer">
<DIV CLASS="navigate">
</DIV>
</DIV>
</BODY>
</HTML>
|