+ 1
What is the difference between these ? Is the quotation marks really important?
<align="right" > and <align=right>
3 Réponses
+ 6
You must use the "quotes" to specify the value of an element, which in this case is <align>. You may be able to get away with it with certain browsers, but it's good practice just to do it the right way. Cheers.
+ 2
Or you can use single quotes. id='thing1'
0
Sorry,but I still cannot understand why the Quote doesn't Make some differences