425 Views
Custom elements allow you to create custom HTML tags. This is the core of any web component you'll make. Here's what a custom element would look like: When you create a tag with the Custom Elements API, you must use at least two words separated with hyphens -.
0 comments