- 1
Is it correct
Is this a correct code:<HTML> <head> Hi </head> </HTM
1 ответ
+ 1
The very basic structure of HTML document:
<html>
<head><title>Document Title</title></head>
<body>
Anything you want to show on the document goes here, in the document body.
</body>
</html>
Keep learning HTML course, you'll figure it out :)