UNPKG
html-tags
Version:
latest (5.0.0)
5.0.0
4.0.0
3.3.1
3.3.0
3.2.0
3.1.0
3.0.0
2.0.0
1.2.0
1.1.1
1.1.0
1.0.0
0.3.2
0.3.1
0.3.0
0.2.0
0.1.1
0.1.0
List of standard HTML tags
github.com/sindresorhus/html-tags
sindresorhus/html-tags
html-tags
/
index.js
4 lines
(2 loc)
•
146 B
JavaScript
View Raw
1
2
3
4
export
{
default
}
from
'./html-tags.json'
with
{
type
:
'json'
};
export
{
default
as
voidHtmlTags}
from
'./html-tags-void.json'
with
{
type
:
'json'
};