Home » Archimedes archive » Acorn User » AU 1996-Xmas.adf » Features » HTML/LISTING1_H
HTML/LISTING1_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/LISTING1_H |
Read OK: | ✔ |
File size: | 0151 bytes |
Load address: | 0000 |
Exec address: | 0000 |
File contents
<head> <title>Listing 1</title> </head> <body> <h1>Listing 1</h1> <table> <tr> <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>0101-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 31 3c 2f 74 69 74 6c 65 3e 0a |sting 1</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 31 3c 2f 68 |<h1>Listing 1</h| 00000040 31 3e 0a 3c 74 61 62 6c 65 3e 0a 3c 74 72 3e 0a |1>.<table>.<tr>.| 00000050 20 20 3c 74 68 3e 4e 61 6d 65 3c 2f 74 68 3e 0a | <th>Name</th>.| 00000060 20 20 3c 74 68 3e 50 68 6f 6e 65 20 6e 75 6d 62 | <th>Phone numb| 00000070 65 72 3c 2f 74 68 3e 0a 20 20 3c 74 68 3e 45 2d |er</th>. <th>E-| 00000080 6d 61 69 6c 20 61 64 64 72 65 73 73 3c 2f 74 68 |mail address</th| 00000090 3e 0a 3c 2f 74 72 3e 0a 3c 74 72 3e 0a 20 20 3c |>.</tr>.<tr>. <| 000000a0 74 64 3e 4a 69 6d 3c 2f 74 64 3e 0a 20 20 3c 74 |td>Jim</td>. <t| 000000b0 64 3e 28 30 31 36 34 36 29 20 35 34 36 20 2a 2a |d>(01646) 546 **| 000000c0 2a 2a 3c 2f 74 64 3e 0a 20 20 3c 74 64 3e 6a 69 |**</td>. <td>ji| 000000d0 6d 40 74 69 6e 79 2e 69 73 70 2e 63 6f 2e 75 6b |m@tiny.isp.co.uk| 000000e0 3c 2f 74 64 3e 0a 3c 2f 74 72 3e 0a 3c 74 72 3e |</td>.</tr>.<tr>| 000000f0 0a 20 20 3c 74 64 3e 41 6e 64 72 65 61 3c 2f 74 |. <td>Andrea</t| 00000100 64 3e 0a 20 20 3c 74 64 3e 30 31 30 31 2d 36 36 |d>. <td>0101-66| 00000110 36 20 2a 2a 2a 2a 3c 2f 74 64 3e 0a 20 20 3c 74 |6 ****</td>. <t| 00000120 64 3e 61 77 74 40 6c 6f 61 2e 63 6f 6d 3c 2f 61 |d>awt@loa.com</a| 00000130 3e 0a 3c 2f 74 72 3e 0a 3c 2f 74 61 62 6c 65 3e |>.</tr>.</table>| 00000140 0a 3c 2f 62 6f 64 79 3e 0a 3c 2f 68 74 6d 6c 3e |.</body>.</html>| 00000150 0a |.| 00000151