Computer Science, asked by ishirohan8548, 4 months ago

html programme hello world

Answers

Answered by DeepakUgalePatil
0

Answer:

<html>

<head>

</head>

<body>

hello world

</body>

</html>

Explanation:

here head tag is not mandatory but generally put

and also hear tag in title tag also used.

Similar questions