Write text inside a div with a given ID
Posted: Tue Mar 16, 2010 11:12 am
I have this div:
<div id="test">
</div>
How can I write something inside this div, for example:
<div id="test">
write something here
</div>
Any help will be great appreciated.
<div id="test">
</div>
How can I write something inside this div, for example:
<div id="test">
write something here
</div>
Any help will be great appreciated.