HTML help, text in Div not showing up,?

<link rel="stylesheet" type="text/css"href="Locations.css" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Locations</title>
</head>

<body>
<div style="color:#FFFFFF">
<img src="Pix/Locations map.jpg" width="521" height="286" class=FloatRight />
</div>
<br />
<br />
<div style="color:#FFFFFF">
<h1>This is a Header</h1>
<p><h3>This is a paragraph</h3></p>
</body /></div>
</html>


only the image appears on screen, not the text
 
Back
Top