11 lines
118 B
HTML
11 lines
118 B
HTML
|
<html>
|
||
|
<head>
|
||
|
<title>child 2</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="child2">
|
||
|
<p>child two</p>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|