Is this <html lang="en">
the same as <html lang=`en`>
?
Asked
Active
Viewed 438 times
0

deceze
- 510,633
- 85
- 743
- 889

Xaver Fleer
- 385
- 1
- 2
- 12
-
1Sounds a lot like an [XY problem](http://xyproblem.info/). What is the circumstance where you would need to use backticks? – Guy Incognito May 25 '20 at 11:09
-
Why would you think so? Have you tried reading the HTML spec? https://www.w3.org/TR/2012/WD-html-markup-20120329/syntax.html#syntax-attributes – deceze May 25 '20 at 11:10
-
No, it is not... – Heretic Monkey May 25 '20 at 11:14
-
2@deceze The spec answered the question. Thank you. – Xaver Fleer May 25 '20 at 11:14
1 Answers
2
No, backticks (`) are not allowed.
Only single quotes ('), double quotes (") and no quotes () are allowed. . W3C specification

Xaver Fleer
- 385
- 1
- 2
- 12