Is it allowed to use "double quotes" in the code?!

admin

Administrator
Staff member
I mean for example for XML declaration, is it allowed to use:

<?xml version="1.0" encoding="windows-1250" standalone="yes"?>

instead of:

<?xml version='1.0' encoding='windows-1250' standalone='yes'?>

I am just interested if it's allowed or not since I mostly use "double quotes" throughout the website.


thanks, tayiper
 
Back
Top