<!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>Hello World!</title>
</head>
<body>
<div id="product">
<h1>Product name</h1>
<div id="category">Top 10</div>
<div id="description">
Lorem ipsum product description
<img src="http://pl.php.net/images/php.gif" />
</div>
<div id="price">10$</div>
</div>
</body>
</html>
|