+ 1
Kinda tell mistake
Error in this code https://code.sololearn.com/WCy9zcbi90Nj/?ref=app
1 Resposta
+ 2
Abhi
body and html tag should close in last.
This is a basic structure of html page
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<!-- Contents -->
</body>
</html>