Giter VIP home page Giter VIP logo

tags-html's Introduction

Tags-Html Logo

๐Ÿ“– List of all standard HTML5 tags ๐Ÿ˜„

NPM Version Package License NPM Downloads Coverage

๐ŸŒ Description

Under the hood, cbytes uses javascript, but also provides compatibility with a wide range of other libraries, such as: ReactJs, Vuejs, Angular, which allows the easy use of countless third-party add-ons that are available.

๐Ÿ“ฆ Installation

To start using cbytes, you must install it with the npm or yarn package manager, as shown in the next section,

// To install using npm
npm install --save tags-html

// To install using yarn
yarn add tags-html

โ–ถ๏ธ Getting started

To use the powerful function offered by cbytes is very simple, first we will import the package. Example:

// If you use ES5-
const htmlTags = require("tags-html");

// If you use ES6+ or Typescript
import htmlTags from "tags-html";

Example

// Import
import htmlTags, { interactiveTags, formsTags, tabularTags } from "tags-html";

const allTags = htmlTags
/* Return: 
[
  'html',
  'head',
  'title',
  'base',
  'link',
  'meta',
  'style',
  'script',
  'noscript',
  'body',
  'section',
  'nav',
  'article',
  'aside',
  'h1',
  'h2',
  'h3',
  'h4',
  'h5',
  'h6',
  'header',
  'footer',
  ... more items,
*/

const interactiveTags = interactiveTags
// Return: [ 'details', 'summary', 'command', 'menu' ]

const formsTags = formsTags
/* Return: [
    'form',     'fieldset',
    'legend',   'label',
    'input',    'button',
    'select',   'datalist',
    'optgroup', 'option',
    'textarea', 'keygen',
    'output',   'progress',
    'meter'
  ]
*/

const tabularTags = tabularTags
/* Return: [
    'table',    'caption',
    'colgroup', 'col',
    'tbody',    'thead',
    'tfoot',    'tr',
    'td',       'th'
  ]
*/

โ›ท๏ธ Options

Group Count
rootTags 1
metadataTags 6
scriptingTags 2
sectionsTags 15
groupContentTags 13
textSemanticsTags 20
editionsTags 2
embeddedTags 14
tabularTags 10
formsTags 15
interactiveTags 4
total 111

๐ŸŽฉ Stay in touch

๐Ÿ“œ License

Tags-Html is MIT licensed.

tags-html's People

Stargazers

 avatar  avatar Yoni Stack avatar Yoni Start avatar Yony Calsin avatar

Watchers

Yony Calsin avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.