+ 2
Hello, please how can I do a comment about an challenge question ???
I have learn on the course this <p align="center"></p> but I see this<p align='center'></p> on the challenge
4 Answers
+ 5
Nothing is wrong with that. You just have to know that there are single quotes and double quotes.
' ' = single quotes
" " = double quotes
In the lesson, double quotes were used but in the challenge question, single quotes were used.
+ 4
use
"" double quotes instead '' single quotes
+ 3
Ok thank for the precision
+ 1
" " string
' ' character