https://github.com/initdc/html-elements
A complete example of HTML elements
https://github.com/initdc/html-elements
elements html
Last synced: about 2 months ago
JSON representation
A complete example of HTML elements
- Host: GitHub
- URL: https://github.com/initdc/html-elements
- Owner: initdc
- Created: 2021-04-14T04:18:55.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-10T10:15:14.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T23:48:34.145Z (about 1 year ago)
- Topics: elements, html
- Language: HTML
- Homepage: https://he.fib.one
- Size: 2.74 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# HTML elements
> A complete example of HTML elements
## Usage
Browser + DevTools
> Recommends
[Firefox 46.0b11](https://ftp.mozilla.org/pub/firefox/releases/46.0b11/) + [3D view](https://developer.mozilla.org/en-US/docs/Tools/3D_View)
[Edge >= 80](https://docs.microsoft.com/en-us/microsoft-edge/devtools-guide-chromium/whats-new/2019/12/devtools#3d-view)
```
# Disable Automatic Update for Firefox 46.0b11
Type “about:config” in the address bar,
search for the “app.update.auto” setting,
double-click the “app.update.auto” option to toggle the setting,
if set to “false“, automatic update is disabled.
```
## deploy
- web server + static files
- node.js ``` yarn serve```
## reference
[HTML elements reference](https://developer.mozilla.org/en-US/docs/Web/HTML/Element)
[Enable or Disable Automatic Updates in Firefox](https://www.technipages.com/enable-disable-automatic-updates-in-firefox)
[Looking for 3D View in Firefox? Edge Chromium now has this feature built-in](https://techdows.com/2014/01/firefox-3d-view.html)