Home » Archimedes archive » Acorn User » AU 1996-Xmas.adf » Features » HTML/LISTING2_H
HTML/LISTING2_H
This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.
Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.
Tape/disk: | Home » Archimedes archive » Acorn User » AU 1996-Xmas.adf » Features |
Filename: | HTML/LISTING2_H |
Read OK: | ✔ |
File size: | 0196 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
<head> <title>Listing 2</title> </head> <body> <h1>Listing 2</h1> <table width=600 border=4 cellspacing=4 bgcolor="#ffffff"> <tr bgcolor="#ff6666"> <th>Name</th> <th>Phone number</th> <th>E-mail address</th> </tr> <tr> <td>Jim</td> <td>(01646) 546 ****</td> <td>jim@tiny.isp.co.uk</td> </tr> <tr> <td>Andrea</td> <td>0171-666 ****</td> <td>awt@loa.com</a> </tr> </table> </body> </html>
00000000 3c 68 65 61 64 3e 0a 3c 74 69 74 6c 65 3e 4c 69 |<head>.<title>Li| 00000010 73 74 69 6e 67 20 32 3c 2f 74 69 74 6c 65 3e 0a |sting 2</title>.| 00000020 3c 2f 68 65 61 64 3e 0a 0a 3c 62 6f 64 79 3e 0a |</head>..<body>.| 00000030 3c 68 31 3e 4c 69 73 74 69 6e 67 20 32 3c 2f 68 |<h1>Listing 2</h| 00000040 31 3e 0a 3c 74 61 62 6c 65 20 77 69 64 74 68 3d |1>.<table width=| 00000050 36 30 30 20 62 6f 72 64 65 72 3d 34 20 63 65 6c |600 border=4 cel| 00000060 6c 73 70 61 63 69 6e 67 3d 34 20 62 67 63 6f 6c |lspacing=4 bgcol| 00000070 6f 72 3d 22 23 66 66 66 66 66 66 22 3e 0a 3c 74 |or="#ffffff">.<t| 00000080 72 20 62 67 63 6f 6c 6f 72 3d 22 23 66 66 36 36 |r bgcolor="#ff66| 00000090 36 36 22 3e 0a 20 20 3c 74 68 3e 4e 61 6d 65 3c |66">. <th>Name<| 000000a0 2f 74 68 3e 0a 20 20 3c 74 68 3e 50 68 6f 6e 65 |/th>. <th>Phone| 000000b0 20 6e 75 6d 62 65 72 3c 2f 74 68 3e 0a 20 20 3c | number</th>. <| 000000c0 74 68 3e 45 2d 6d 61 69 6c 20 61 64 64 72 65 73 |th>E-mail addres| 000000d0 73 3c 2f 74 68 3e 0a 3c 2f 74 72 3e 0a 3c 74 72 |s</th>.</tr>.<tr| 000000e0 3e 0a 20 20 3c 74 64 3e 4a 69 6d 3c 2f 74 64 3e |>. <td>Jim</td>| 000000f0 0a 20 20 3c 74 64 3e 28 30 31 36 34 36 29 20 35 |. <td>(01646) 5| 00000100 34 36 20 2a 2a 2a 2a 3c 2f 74 64 3e 0a 20 20 3c |46 ****</td>. <| 00000110 74 64 3e 6a 69 6d 40 74 69 6e 79 2e 69 73 70 2e |td>jim@tiny.isp.| 00000120 63 6f 2e 75 6b 3c 2f 74 64 3e 0a 3c 2f 74 72 3e |co.uk</td>.</tr>| 00000130 0a 3c 74 72 3e 0a 20 20 3c 74 64 3e 41 6e 64 72 |.<tr>. <td>Andr| 00000140 65 61 3c 2f 74 64 3e 0a 20 20 3c 74 64 3e 30 31 |ea</td>. <td>01| 00000150 37 31 2d 36 36 36 20 2a 2a 2a 2a 3c 2f 74 64 3e |71-666 ****</td>| 00000160 0a 20 20 3c 74 64 3e 61 77 74 40 6c 6f 61 2e 63 |. <td>awt@loa.c| 00000170 6f 6d 3c 2f 61 3e 0a 3c 2f 74 72 3e 0a 3c 2f 74 |om</a>.</tr>.</t| 00000180 61 62 6c 65 3e 0a 3c 2f 62 6f 64 79 3e 0a 3c 2f |able>.</body>.</| 00000190 68 74 6d 6c 3e 0a |html>.| 00000196