XHTML Structure

Here is the XHTML structure that you can just copy and paste into a text editor.  This evening we will be adding a chat widget to a web page and using the widget to ask each other reference questions. The Mashup assignment that we will be doing next week will need to include this chat widget.

Start copying below this line:

<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=UTF-8″ />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>