Hyper Text Markup Language (HTML) Question: Download HTML PDF

What is the simplest HTML page?

Tweet Share WhatsApp

Answer:

HTML Code:

<HTML>
<HEAD>
<TITLE>This is my page title! </TITLE>
</HEAD>
<BODY>
This is my message to the world!
</BODY>
</HTML>

Download HTML PDF Read All 84 HTML Questions
Previous QuestionNext Question
What is Hyper Text Markup Language (HTML)?How can I include comments in HTML?