0
Does anything goes between head and body tag?
or anything that goes outside these but inside html tag?
2 odpowiedzi
0
I never heard of that. I guess no.
0
No
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>
</title>
</head>
<body>
</body>
</html>