Listing 7: HTML source output from the program in Listing 6


<html>
<head>Name-Value Pairs</head>
<title>Name-Value Pairs</title>
<body>
<p>(firstname, John)
<p>(lastname, Doe)
<p>(pbnext, Next >>)
</body>
</html>