0
What's wrong in this code can't you please help me ? <html> <head> <title><font color="pink"Learning Web Development</font color
2 Respostas
+ 6
Well everything is wrong😂
+ 4
1. No ending tags for html, head, title tag!
2. Trying to put font tag in title which is totally wrong. Should be in body tag which doesn't exist in your code.
3. Ending tag of font tag is not correct.
4. Font tag is depricated, so try not to use it.
5. Ask question properly with full code.
6. Please go through HTML course to lear HTML first!
Thanks