File: css_inline.html

package info (click to toggle)
sdf 2.001%2B1-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 6,292 kB
  • sloc: perl: 18,543; sh: 31; makefile: 29
file content (41 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download | duplicates (6)
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
40
41
<!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>
<STYLE TYPE="text/css">
<!--
.changed {background-color: teal}
P I { color: #007f00 }
P.abc B { color: #00007f }
B.xyz { color: red }
-->
</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>