The Past - HTML V1


Example - an address list:

 <html/>
	<head/>
	</head/>
	<body/>
		<h2/> Ivan Herman </h2/>
			<p/>
				W3C Offices, CWI, Netherlands
	</body/>
</html/>

which is displayed as:

Ivan Herman

W3C Offices, CWI, Netherlands