+ 4
Correctly written?
6 Answers
+ 7
Not really:
+ it's <label> and not <lader>
+ 'align="center"' and any html attribute related to style is deprecated in Html5 (and you use an Html5 doctype): better practice to use css instead (<p style="text-align:center;"> at least, even is it's more advised to not use inlined css)...
+ 4
yes no mistakes
congrats :-)
+ 3
Thank you
+ 2
@Amer:
Did you think that asker is not able to correct his code himself? @@
Anyway, if you correct it, correct it completly: you doesn't take account of the deprecated 'align="center"' as I was also pointed out ;P
And rather than duplicate my answer by providing useless code, do upvote it ^^
+ 1
The useless code is the one you post... not the original one ^^
SL people are boring me...
0
bro i want to know what's the best sources
to learn python
please answer