Skip to content
This repository was archived by the owner on Sep 4, 2022. It is now read-only.

Commit e65dbad

Browse files
committed
Add tags to some of the html resources
1 parent bf1390a commit e65dbad

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

resources/html.json

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,37 +6,37 @@
66
"title": "HTML ELEMENTS",
77
"desc": "All the HTML elemens you can use. There is more than just a div :)",
88
"url": "https://developer.mozilla.org/docs/Web/HTML/Element",
9-
"tags": []
9+
"tags": ["reference", "semantics", "metadata", "obsolete"]
1010
},
1111
{
1212
"title": "Introduction to HTML",
1313
"desc": "In just 4 hours, learn the basics of HTML5 and start building & editing web pages.",
1414
"url": "https://www.codecademy.com/learn/learn-html",
15-
"tags": []
15+
"tags": ["course", "elements", "structure"]
1616
},
1717
{
1818
"title": "Awesome Canvas",
1919
"desc": "A curated list of awesome Canvas examples, related articles and posts.",
2020
"url": "https://github.com/raphamorim/awesome-canvas#readme",
21-
"tags": []
21+
"tags": ["html5", "examples", "libraries", "resources"]
2222
},
2323
{
2424
"title": "HTML Spec",
2525
"desc": "This specification defines a big part of the Web platform, in lots of detail.",
2626
"url": "https://html.spec.whatwg.org/",
27-
"tags": []
27+
"tags": ["standards", "elements", "specification", "syntax"]
2828
},
2929
{
3030
"title": "Markup validator",
3131
"desc": "This tool is checking your markup if it complies with the specification and will show you possible errors.",
3232
"url": "https://validator.w3.org/nu/",
33-
"tags": []
33+
"tags": ["html", "reports", "outline"]
3434
},
3535
{
3636
"title": "Trends",
3737
"desc": "Browse trending github repos written in your favorite language with this high performance progressive web application",
3838
"url": "https://trends.now.sh/",
39-
"tags": []
39+
"tags": ["aggregator", "github", "search", "ratings"]
4040
}
4141
]
4242
}

0 commit comments

Comments
 (0)