<div id ="welcome" class ="intro"> OF TYPE
<span>This is a first child</span>
<p> this is a first para</p>
<p>this is second para</p>
<span>this is last child</span>
</div>
<div id ="demo" class ="myclass">
some text
</div>
<h1> Heading 1</h1>
<h2>Heading 2</h2>
<div>
<p> This is a 1st child </p>
<p> This is second child</p>
<p> This is a third child</p>
</div> </br>
<div>
<p>this is only p child</p>
</div></br>
<div>
<p>this is only of p child</p>
<span>this is span</p>
<span> this is a second span</span>
</div>
<button id = "onclick">click</button>