Web Development Question:

Write 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 Web Development PDF Read All 60 Web Development Questions
Previous QuestionNext Question
How to include comments in HTML?Define HTML (Hyper Text Markup Language)?