HTML | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 1

HTML

So basically I've just started Html and I'm doing a repo... but when I complete the repo and click "run" a blank output is what I get back. Ps: I was doing this <!doctype html> <html> <head> <title> CV </title> <body> [*Inputs my name*] </body> <head/>

21st Jul 2022, 12:28 PM
Malik Afinni ololade
2 Answers
21st Jul 2022, 3:11 PM
A͢J
A͢J - avatar
+ 2
<!doctype html> <html> <head> <title> CV </title> </head> <!-- Debug --> <body> [*Inputs my name*] </body> <!-- Bug: "<head/>" --> </html> <!-- Debug -->
21st Jul 2022, 12:32 PM
Solo
Solo - avatar