1 | Here is an example of a particular source document encoded in HTML: |
2 | <HTML> |
3 | <TITLE>My Technology home page</TITLE> |
4 | <BODY> |
5 | <H1>My biased technology home page</H1> |
6 | <P>Welcome to my home page! Let me tell you about my favorite technologies: |
7 | <UL> |
8 | <LI> Java/Jini |
9 | <LI> W3C/XML |
10 | <LI> CORBA/IIOP |
11 | </UL> |
12 | </BODY> |
13 | </HTML> |
14 | |
15 | |
16 | Component Objects in Web Page |