+ 2
Is there in SoloLearn a place where we can output the mistakes of qizes & challenges?
Last i often get in touch with mistakes in it.
6 Respuestas
+ 8
</p> is only needed in XHTML and not in HTML. So the answer is 'no'
I would prefer using </p> to prevent confusion.
+ 7
You can view the correct answers for the challenges, or if you have any doubt in the coding, you can post it here. Lots of people here ready to help ✌
+ 6
Sorry I dont understand your question.
+ 1
e.g. Does it need ending : <p> ? As u know it doesn't but in quiz on the contrary it does.
+ 1
in a quiz has written: Does it need ending? And there is a next text: <p> ?
0
PHP error in quiz;
$random = rand(1,3); // generates random number between 1 and 3 includ 3.
$result = 24 / $random; 24/1==24 && 24/2 ==12 && 24/3 == 8;
echo $result; //The answer is 6:-)))
Run this code on playground - u'll get 12!
possible answers: 8, 12, 24, 6 - u have to select only one:-)))