- 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/>
2 Antworten
+ 3
Malik Afinni ololade
Do not copy others question.
https://www.sololearn.com/Discuss/3062784/?ref=app
+ 2
<!doctype html>
<html>
<head>
<title>
CV
</title>
</head> <!-- Debug -->
<body>
[*Inputs my name*]
</body>
<!-- Bug: "<head/>" -->
</html> <!-- Debug -->