Computer Science, asked by aparnatanu2715, 15 days ago

Write a program in HTML to print "Hello World!". The text should be displayed in center​

Answers

Answered by RishiesFollows
1

Answer:

<!DOCTYPE html>

<html>

<head><title></title></head>

<body><center><p>Hello World !</p></center>

</body>

</html>

This is the way to write "Hello World" In Html.

Similar questions