Can you put a tag, to be specific (ion icons) tag to an input type submit value?
I got these 2 tags and I need to combine them
<input type="submit" name="plus" value="" class="btn">
<ion-icon name="chevron-forward-outline"></ion-icon>
Like so, But to make it work.
<input type="submit" name="plus" value="<ion-icon name="chevron-forward-outline"></ion-icon>" class="btn">