FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
brackets/src/extensions/default/HTMLCodeHints/HtmlTags.json at master · adobe/brackets · GitHub
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
adobe
/
brackets
Public archive
Notifications
You must be signed in to change notification settings
Fork
7.4k
Star
33k
Code
Issues
2.6k
Pull requests
160
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
brackets
/
src
/
extensions
/
default
/
HTMLCodeHints
/
HtmlTags.json
Copy path
More file actions
More file actions
Latest commit
History
History
History
119 lines (119 loc) · 7.05 KB
Breadcrumbs
brackets
/
src
/
extensions
/
default
/
HTMLCodeHints
/
HtmlTags.json
Copy path
File metadata and controls
119 lines (119 loc) · 7.05 KB
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
{
"a"
: {
"attributes"
: [
"
href
"
,
"
hreflang
"
,
"
media
"
,
"
rel
"
,
"
target
"
,
"
type
"
] },
"abbr"
: {
"attributes"
: [] },
"address"
: {
"attributes"
: [] },
"area"
: {
"attributes"
: [
"
alt
"
,
"
coords
"
,
"
href
"
,
"
hreflang
"
,
"
media
"
,
"
rel
"
,
"
shape
"
,
"
target
"
,
"
type
"
] },
"article"
: {
"attributes"
: [] },
"aside"
: {
"attributes"
: [] },
"audio"
: {
"attributes"
: [
"
autoplay
"
,
"
controls
"
,
"
loop
"
,
"
mediagroup
"
,
"
muted
"
,
"
preload
"
,
"
src
"
] },
"b"
: {
"attributes"
: [] },
"base"
: {
"attributes"
: [
"
href
"
,
"
target
"
] },
"bdi"
: {
"attributes"
: [] },
"bdo"
: {
"attributes"
: [] },
"big"
: {
"attributes"
: [] },
"blockquote"
: {
"attributes"
: [
"
cite
"
] },
"body"
: {
"attributes"
: [
"
onafterprint
"
,
"
onbeforeprint
"
,
"
onbeforeunload
"
,
"
onhashchange
"
,
"
onmessage
"
,
"
onoffline
"
,
"
ononline
"
,
"
onpagehide
"
,
"
onpageshow
"
,
"
onpopstate
"
,
"
onredo
"
,
"
onresize
"
,
"
onstorage
"
,
"
onundo
"
,
"
onunload
"
] },
"br"
: {
"attributes"
: [] },
"button"
: {
"attributes"
: [
"
autofocus
"
,
"
disabled
"
,
"
form
"
,
"
formaction
"
,
"
formenctype
"
,
"
formmethod
"
,
"
formnovalidate
"
,
"
formtarget
"
,
"
name
"
,
"
type
"
,
"
value
"
] },
"canvas"
: {
"attributes"
: [
"
height
"
,
"
width
"
] },
"caption"
: {
"attributes"
: [] },
"cite"
: {
"attributes"
: [] },
"code"
: {
"attributes"
: [] },
"col"
: {
"attributes"
: [
"
span
"
] },
"colgroup"
: {
"attributes"
: [
"
span
"
] },
"command"
: {
"attributes"
: [
"
checked
"
,
"
disabled
"
,
"
icon
"
,
"
label
"
,
"
radiogroup
"
,
"
type
"
] },
"datalist"
: {
"attributes"
: [] },
"dd"
: {
"attributes"
: [] },
"del"
: {
"attributes"
: [
"
cite
"
,
"
datetime
"
] },
"details"
: {
"attributes"
: [
"
open
"
] },
"dfn"
: {
"attributes"
: [] },
"dialog"
: {
"attributes"
: [
"
open
"
] },
"div"
: {
"attributes"
: [] },
"dl"
: {
"attributes"
: [] },
"dt"
: {
"attributes"
: [] },
"em"
: {
"attributes"
: [] },
"embed"
: {
"attributes"
: [
"
height
"
,
"
src
"
,
"
type
"
,
"
width
"
] },
"fieldset"
: {
"attributes"
: [
"
disabled
"
,
"
form
"
,
"
name
"
] },
"figcaption"
: {
"attributes"
: [] },
"figure"
: {
"attributes"
: [] },
"footer"
: {
"attributes"
: [] },
"form"
: {
"attributes"
: [
"
accept-charset
"
,
"
action
"
,
"
autocomplete
"
,
"
enctype
"
,
"
method
"
,
"
name
"
,
"
novalidate
"
,
"
target
"
] },
"h1"
: {
"attributes"
: [] },
"h2"
: {
"attributes"
: [] },
"h3"
: {
"attributes"
: [] },
"h4"
: {
"attributes"
: [] },
"h5"
: {
"attributes"
: [] },
"h6"
: {
"attributes"
: [] },
"head"
: {
"attributes"
: [] },
"header"
: {
"attributes"
: [] },
"hgroup"
: {
"attributes"
: [] },
"hr"
: {
"attributes"
: [] },
"html"
: {
"attributes"
: [
"
manifest
"
,
"
xml:lang
"
,
"
xmlns
"
] },
"i"
: {
"attributes"
: [] },
"iframe"
: {
"attributes"
: [
"
height
"
,
"
name
"
,
"
sandbox
"
,
"
seamless
"
,
"
src
"
,
"
srcdoc
"
,
"
width
"
] },
"ilayer"
: {
"attributes"
: [] },
"img"
: {
"attributes"
: [
"
alt
"
,
"
height
"
,
"
ismap
"
,
"
longdesc
"
,
"
src
"
,
"
usemap
"
,
"
width
"
] },
"input"
: {
"attributes"
: [
"
accept
"
,
"
alt
"
,
"
autocomplete
"
,
"
autofocus
"
,
"
checked
"
,
"
dirname
"
,
"
disabled
"
,
"
form
"
,
"
formaction
"
,
"
formenctype
"
,
"
formmethod
"
,
"
formnovalidate
"
,
"
formtarget
"
,
"
height
"
,
"
list
"
,
"
max
"
,
"
maxlength
"
,
"
min
"
,
"
multiple
"
,
"
name
"
,
"
pattern
"
,
"
placeholder
"
,
"
readonly
"
,
"
required
"
,
"
size
"
,
"
src
"
,
"
step
"
,
"
type
"
,
"
value
"
,
"
width
"
] },
"ins"
: {
"attributes"
: [
"
cite
"
,
"
datetime
"
] },
"kbd"
: {
"attributes"
: [] },
"keygen"
: {
"attributes"
: [
"
autofocus
"
,
"
challenge
"
,
"
disabled
"
,
"
form
"
,
"
keytype
"
,
"
name
"
] },
"label"
: {
"attributes"
: [
"
for
"
,
"
form
"
] },
"legend"
: {
"attributes"
: [] },
"li"
: {
"attributes"
: [
"
value
"
] },
"link"
: {
"attributes"
: [
"
disabled
"
,
"
href
"
,
"
hreflang
"
,
"
media
"
,
"
rel
"
,
"
sizes
"
,
"
type
"
] },
"main"
: {
"attributes"
: [] },
"map"
: {
"attributes"
: [
"
name
"
] },
"mark"
: {
"attributes"
: [] },
"marquee"
: {
"attributes"
: [
"
align
"
,
"
behavior
"
,
"
bgcolor
"
,
"
direction
"
,
"
height
"
,
"
hspace
"
,
"
loop
"
,
"
scrollamount
"
,
"
scrolldelay
"
,
"
truespeed
"
,
"
vspace
"
,
"
width
"
] },
"menu"
: {
"attributes"
: [
"
label
"
,
"
type
"
] },
"meta"
: {
"attributes"
: [
"
charset
"
,
"
content
"
,
"
http-equiv
"
,
"
name
"
] },
"meter"
: {
"attributes"
: [
"
form
"
,
"
high
"
,
"
low
"
,
"
max
"
,
"
min
"
,
"
optimum
"
,
"
value
"
] },
"nav"
: {
"attributes"
: [] },
"noscript"
: {
"attributes"
: [] },
"object"
: {
"attributes"
: [
"
archive
"
,
"
codebase
"
,
"
codetype
"
,
"
data
"
,
"
declare
"
,
"
form
"
,
"
height
"
,
"
name
"
,
"
standby
"
,
"
type
"
,
"
usemap
"
,
"
width
"
] },
"ol"
: {
"attributes"
: [
"
reversed
"
,
"
start
"
,
"
type
"
] },
"optgroup"
: {
"attributes"
: [
"
disabled
"
,
"
label
"
] },
"option"
: {
"attributes"
: [
"
disabled
"
,
"
label
"
,
"
selected
"
,
"
value
"
] },
"output"
: {
"attributes"
: [
"
for
"
,
"
form
"
,
"
name
"
] },
"p"
: {
"attributes"
: [] },
"param"
: {
"attributes"
: [
"
name
"
,
"
value
"
] },
"pre"
: {
"attributes"
: [] },
"progress"
: {
"attributes"
: [
"
form
"
,
"
max
"
,
"
value
"
] },
"q"
: {
"attributes"
: [
"
cite
"
] },
"rp"
: {
"attributes"
: [] },
"rt"
: {
"attributes"
: [] },
"ruby"
: {
"attributes"
: [] },
"samp"
: {
"attributes"
: [] },
"script"
: {
"attributes"
: [
"
async
"
,
"
charset
"
,
"
defer
"
,
"
src
"
,
"
type
"
] },
"section"
: {
"attributes"
: [] },
"select"
: {
"attributes"
: [
"
autofocus
"
,
"
disabled
"
,
"
form
"
,
"
multiple
"
,
"
name
"
,
"
required
"
,
"
size
"
] },
"small"
: {
"attributes"
: [] },
"source"
: {
"attributes"
: [
"
media
"
,
"
src
"
,
"
type
"
] },
"span"
: {
"attributes"
: [] },
"strong"
: {
"attributes"
: [] },
"style"
: {
"attributes"
: [
"
disabled
"
,
"
media
"
,
"
scoped
"
,
"
type
"
] },
"sub"
: {
"attributes"
: [] },
"summary"
: {
"attributes"
: [] },
"sup"
: {
"attributes"
: [] },
"table"
: {
"attributes"
: [
"
border
"
] },
"tbody"
: {
"attributes"
: [] },
"td"
: {
"attributes"
: [
"
colspan
"
,
"
headers
"
,
"
rowspan
"
] },
"template"
: {
"attributes"
: [
"
content
"
] },
"textarea"
: {
"attributes"
: [
"
autofocus
"
,
"
cols
"
,
"
dirname
"
,
"
disabled
"
,
"
form
"
,
"
label
"
,
"
maxlength
"
,
"
name
"
,
"
placeholder
"
,
"
readonly
"
,
"
required
"
,
"
rows
"
,
"
wrap
"
] },
"tfoot"
: {
"attributes"
: [] },
"th"
: {
"attributes"
: [
"
colspan
"
,
"
headers
"
,
"
rowspan
"
,
"
scope
"
] },
"thead"
: {
"attributes"
: [] },
"time"
: {
"attributes"
: [
"
datetime
"
,
"
pubdate
"
] },
"title"
: {
"attributes"
: [] },
"tr"
: {
"attributes"
: [] },
"track"
: {
"attributes"
: [
"
default
"
,
"
kind
"
,
"
label
"
,
"
src
"
,
"
srclang
"
] },
"tt"
: {
"attributes"
: [] },
"ul"
: {
"attributes"
: [] },
"var"
: {
"attributes"
: [] },
"video"
: {
"attributes"
: [
"
autoplay
"
,
"
controls
"
,
"
height
"
,
"
loop
"
,
"
mediagroup
"
,
"
muted
"
,
"
poster
"
,
"
preload
"
,
"
src
"
,
"
width
"
] },
"wbr"
: {
"attributes"
: [] }
}
Back
|
FazBrowse Home
|
New Git URL