<p>paragraph 1<span>extra info 1</span><span>extra info</span></p>
<p>paragraph 2</p>
<a> link </a>
<button>accept</button>
<p>another paragraph</p>
Hi everyone, As you can see i have only one button, a pair of <p> tag, inside of then <span> tags and <a> tag. My question is if I have to use a form tag for that?
Not unless you are submitting the form with it. Best way to check if you can use an element anywhere is use a doctype and validate the html.