An open API service indexing awesome lists of open source software.

https://github.com/hendrixgotcodes/customelements

Printing a hello world with an HTML CustomElement
https://github.com/hendrixgotcodes/customelements

Last synced: 4 months ago
JSON representation

Printing a hello world with an HTML CustomElement

Awesome Lists containing this project

README

          

# HTML5 CustomElements
**Printing a hello world with an HTML CustomElement**
HTML5 allows developers to create and use their custom elements. To do so, the element must be registered into the **CustomElementRegistry obect** which is done with JavaScript
This can be done through **"define"** method of **"customElements"** object which in itself belongs to the CustomElementRegistry object.\
see https://hendrixgotcodes.github.io/CustomElements/