Create a valid HTML4 ID from an input value.
npm install html4-idhtml4-id
=====








Create a valid HTML4 ID from an input value.
#### NPM
``bash`
$ npm install html4-id
js
var idify = require('html4-id');idify('This is a test!'); // Returns "this-is-a-test"
`Browser
`html
``