Button

The Button element by default uses the HTML ‘button’ tag. This tag is commonly used for form submissions, command activations, and other functions responsive to user interactions.

If a link is added to the Button element, it gets transformed into the HTML ‘a’ (anchor) tag and functions like a Text Link element. In this case, the button acts as a hyperlink, directing users to the specified URL upon clicking.

Additionally, the Button element supports PHP code, allowing you to directly write your PHP code into the text input area.