I am new to jQuery. I want to write the following HTML (along with classes) using jQuery. How can i do this?
<div class="phnbr"> <div class="phtext">hi how are you, <a target="_blank" href="http://www.xyz.com">click here.</a> </div> </div>
source share