I want to create a app to convert a simple sentence in a HTML tag for example I enter in a textbox "visual basic is nice" then I choose the tag H2 then the software create a html code like
<div class="Test">
<h2>visual basic is nice</h2>
</div>
<div class="Test">
<h2>visual basic is nice</h2>
</div>