Master slide
Date/Time
Footer
Drawing
Drawing
Drawing
20
Graphic


Slide
Drawing
Serving XHTML 1.0
Drawing

The XML declaration
Drawing
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Drawing
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>xhtml document</title>
<style type="text/css">
body { background: white; color: black; font-family: arial, sans-serif; font-size: 40px; }
p { font-size: 50%; }
h1 { font-size: 24px; }
</style>
</head>
<body>
<h1>Test file for Standards Mode</h1>
<div style="margin: 50px; width: 300px; padding: 100px; border: 10px solid teal;">
<p> Here is some text in a p in a div. </p>
</div>
<table border="1">
<tr><td><p>Here is some text...</p></td>
<td><p>...in a p tag</p></td>
</tr>
<tr><td>Here is some ...</td>
<td>... that's not.</td>
</tr>
</table>
</body>
</html>
Drawing
<?xml version="1.0" encoding="utf-8"?>
Drawing
The XML declaration