
What is the simplest HTML page?

Hi friends.
HTML document is a web page. It has two parts HEAD and BODY.
Syntax of HTML Document...
<HTML> <HEAD> <TITLE>Title of document. </TITLE> </HEAD> <BODY> HTML is a mark up language . </BODY> </HTML>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.