Three New Tags

< video> This is a video tag. This tag adds a video file to a webpage. < video>

With a video tag, you can add attributes to specify autoplay, playing the video on a loop and controls on the video.

An example is show below

Tried and tried to get this video to link properly.

I got this example from w3


< 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.

Here are some fun facts about golf.

I got this example from Mozilla Developer and w3 to supplement.