Home »

What is the simplest HTML page?

Question ListCategory: HTMLWhat is the simplest HTML page?
jeanderson295 author asked 9 years ago
1 Answers
adamemliy16 author answered 8 years ago

HTML Code :
<HTML>
<HEAD>
<TITLE>Sample </TITLE>
</HEAD>
<BODY>
This is simple html page.
</BODY>
</HTML> 
On Browser:
This is simple html page.

Please login or Register to Submit Answer