Is it correct to use single quotes for HTML attributes?

前端 未结 15 2711
没有蜡笔的小新
没有蜡笔的小新 2020-12-01 05:57

Recently I\'ve been seeing a lot of this:


    

        
15条回答
  •  孤城傲影
    2020-12-01 06:37

    Another case where you may want to use single quotes: Storing JSON data in data attributes:

    
    

    JSON object keys must be in double quotes, so the attribute itself cannot.

提交回复
热议问题