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

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

Awesome Lists containing this project

README

          

![HTML elements bg](https://github.com/initdc/pic/raw/master/html_elements_bg.png)
# 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)