Write a simple HTML program that display a message welcome to HTML on the web browser
Answers
Answered by
7
Answer:
<html>
<head>
<body>
Welcome to HTML
</body>
<\head>
<\html>
Explanation:
I hope it helps.
Answered by
0
Answer:
what are the HTML heading tags
Similar questions