Computer Science, asked by clue, 1 year ago

Write a perfect example of  "Hello World" in HTML?

Answers

Answered by souravsarkar045
0

<html>

<header><title>This is title</title></header>

<body>

Hello world

</body>

</html


clue: Nearly but you are missing something :P
souravsarkar045: what ?
clue: you are missing a first line see if you can figure it out :)
Similar questions