The PRG Pattern is basically a form button, like a submit button. For example, when a site visitor submits a form the form redirects the visitor to a “Thank you” page that thanks them for submitting the form.
When the person asking the question references a “button tag” what they are talking about is the button HTML element. The button HTML element is associated with forms, like a contact form, f…