Write a perfect example of "Hello World" in HTML?
Answers
Answered by
0
<html>
<header><title>This is title</title></header>
<body>
Hello world
</body>
</html
clue:
Nearly but you are missing something :P
Similar questions