16 lines
320 B
HTML
16 lines
320 B
HTML
<html>
|
|
<body style="padding: 0px; margin: 0px">
|
|
<div>Other div</div>
|
|
<div id="theDivId" name="theDivName" class="theDivClass">The right div</div>
|
|
<div>Other div</div>
|
|
<div id="parentElement"><span>Child span</span></div>
|
|
<table>
|
|
<tr>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|
|
</html>
|