<!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" />
<link href="sample.css" rel="stylesheet" type="text/css" />
</head>
<body>
<p class="cls1">class 1 test</p>
<p class="cls2">class 2 test</p>
<p class="cls3">class 3 test</p>
<p class="cls4">class 4 test</p>
<p class="cls5">class 5 test</p>
<p class="cls6">class 6 test</p>
<p class="cls7">class 7 test</p>
</body>
</html>
|