I would like to change the position of a word within a given text using javascript.
<form>
<p> Este é o paragrafo, esta é <strong>palavra</strong> a ser movida </p>
<span>Troque aqui a posicao da <strong>palavra</strong>no texto : </span>
<input type="range">
</form>