Java and World Wide Web
HTML is the language in which files (or pages) are written for the world wide web. Internet Explorer and Netscape, the two most used browsers, read html files and display them on the screen. Example html file:
<title> This goes at the top of the page</title>
<P>This is a new paragraph. <em>this is in italics.</em> <b>This is in bold</b> but this isn�t.</P>
<P><font size=+1>A new paragraph in a larger font</font></P></body> </html>