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
- Host: GitHub
- URL: https://github.com/hendrixgotcodes/customelements
- Owner: hendrixgotcodes
- Created: 2020-05-02T23:21:54.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-02T23:47:40.000Z (about 6 years ago)
- Last Synced: 2025-09-08T08:47:54.587Z (9 months ago)
- Language: HTML
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/