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

What is the simplest HTML page?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
What is Hyper Text Markup Language (HTML)?How can I include comments in HTML?