This repository has been archived by the owner on Sep 4, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 169
/
Copy pathhtml.json
42 lines (42 loc) · 1.59 KB
/
html.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"title": "HTML",
"slug": "/html",
"resources": [
{
"title": "HTML ELEMENTS",
"desc": "All the HTML elemens you can use. There is more than just a div :)",
"url": "https://developer.mozilla.org/docs/Web/HTML/Element",
"tags": ["reference", "semantics", "metadata", "obsolete"]
},
{
"title": "Introduction to HTML",
"desc": "In just 4 hours, learn the basics of HTML5 and start building & editing web pages.",
"url": "https://www.codecademy.com/learn/learn-html",
"tags": ["course", "elements", "structure"]
},
{
"title": "Awesome Canvas",
"desc": "A curated list of awesome Canvas examples, related articles and posts.",
"url": "https://github.com/raphamorim/awesome-canvas#readme",
"tags": ["html5", "examples", "libraries", "resources"]
},
{
"title": "HTML Spec",
"desc": "This specification defines a big part of the Web platform, in lots of detail.",
"url": "https://html.spec.whatwg.org/",
"tags": ["standards", "elements", "specification", "syntax"]
},
{
"title": "Markup validator",
"desc": "This tool is checking your markup if it complies with the specification and will show you possible errors.",
"url": "https://validator.w3.org/nu/",
"tags": ["html", "reports", "outline"]
},
{
"title": "Trends",
"desc": "Browse trending github repos written in your favorite language with this high performance progressive web application",
"url": "https://trends.now.sh/",
"tags": ["aggregator", "github", "search", "ratings"]
}
]
}