Answers

Question and Answer:

  Home  Web Development

⟩ Write 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>

 121 views

More Questions for you: