Skip to content

tylerjpeterson/html-element-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

html-element-list

List and description of HTML tags

A JSON file to be consumed wherever, optionally interfaced via index.js for bundling within Browserify, etc.

Installation

$ npm install html-element-list --save

Usage

const elementList = require('html-element-list');
const blink = require('html-element-list').blink;

console.log(elementList.strong); // The HTML Strong Element (strong) gives text strong importance, and is typically displayed in bold.
console.log(blink); // The HTML Blink Element (blink) is a non-standard element causing the enclosed text to flash slowly.

Content

The list of tag definitions was retrieved with minor redaction from the HTML element reference. For updates, please see the contributing to MDN page.

License

HTML element reference by Mozilla Contributors is licensed under CC-BY-SA 4.0 with modification.

The original unmodified material is available from HTML element reference.

About

List and description of HTML tags

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published