0
What is the {} in html?
3 Réponses
+ 1
It is not html. Some web frameworks use it to insert code.
+ 1
HTML nothing comes to mind. CSS uses them for blocking, so does Javascript.
You can also try this in CodePlayground:
alert( typeof {} )
[edited]
0
{ } is not used in HTML. The closest language to HTML that uses the { } braces is CSS.