<?php$f = "<i>Hola Mundo</i>";echo '<input type="text" name="f" value="'. strip_tags($f) .'" style="font-style:italic;" />';?>