This might seem lame, but I actually had to Google before I could write the basic HTML code for each test web server. I guess I haven’t written a web page in awhile…. So to save you the time (read embarrassment) I thought I’d just throw up what I’m using…
WebServer1
<html>
<body style=”background-color:red;”>
This is WebHost1
</body>
</html>
WebServer2
<html>
<body style=”background-color:blue;”>
This is WebHost2
</body>
</html>
WebServer3
<html>
<body style=”background-color:green;”>
This is WebHost3
</body>
</html>