summaryrefslogtreecommitdiff
path: root/test/files/jvm/xmlParsing_servlet.check
blob: 13e2f4fabcd78e67e5c1973a6507fc019047af90 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<html>
      <head>
        <title>ModularFormatting</title>
      </head>
      <body>
        <h2>Welcome</h2>
        <p>
          What follows is an example of modular formatting.
        </p>
        <p>
          <table align="center">
      <tr>
        <td bgcolor="#AAAAFF" color="#222255"><h1> message </h1></td>
      </tr>
    </table>
        </p>
        <hr></hr>
        <p>
          Complicated layout tasks can be encapsulated and outsourced.
        </p>
        <h2>Bye!</h2>
      </body>
    </html>