Answers

Question and Answer:

  Home  HTML

⟩ What is the simplest HTML page?

HTML Code:

<HTML>

<HEAD>

<TITLE>This is my page title! </TITLE>

</HEAD>

<BODY>

This is my message to the world!

</BODY>

</HTML>

 188 views

More Questions for you: