/Get_All_Tags_HTML-NPM

An package in NPM to get alll tags of html

Primary LanguageJavaScriptMIT LicenseMIT

Get_All_Tags_HTML-NPM

An package in NPM to get all tags of html

Function: getAllTags

  const allTags = require('get-all-tags-html').getAllTags();

Returns all tags

Function getTagsInitializedWith

  const tagsInitializedInA = require('get-all-tags-html').getTagsInitializedWith('A');

Returns all tags initialized with letter param