1.

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> 
Browser DISPLAY:
This is my message to the world!

 

 

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

 

 



Discussion

No Comment Found