adding content to div in d3 js
gv_html='<span style="margin: 2px;background-color:#ffffff ;position:relative;height: 30px ">      <input ?onkeyup=search() id="setext" style="height:27px " type="text" >   <img  style="position: ?absolute;right:2px ;padding-top:3px " id="myI" src="search.jpg" > </span>'  
i want to add this content to
d3.select('body').append('div').add 
above content in that div is this possible,help me
 
     
     
    