< button>This is a button tag. It is used to add a button to a webpage. < button>
Below is an an example of a button tag.
With a button tag you can customize the message displayed "onclick". My source for this is embedded in the next button.
Wanted to embed the link in the button but I'm not sure how. I got this resource from GeeksforGeeks
< aside> This is my example of an aside tag < aside>
When using an "aside" tag, content is presented as sidebars or call-out boxes. While researching this, I discovered you also need an < article> tag. You can also customize the < aside> tag using CSS.