Write a program in HTML to print "Hello World!". The text should be displayed in center
Answers
Answered by
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