20 lines
290 B
HTML
20 lines
290 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>1333579</title>
|
||
|
<style type="text/css">
|
||
|
div.c1 {text-indent: 3%}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div class="c1">
|
||
|
<p>Paragraph Text nested in a DIV</p>
|
||
|
</div>
|
||
|
<table>
|
||
|
<tr>
|
||
|
<td>inferred table</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|