Hyper Text Markup Language (HTML) Question:
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>
<HTML>
<HEAD>
<TITLE>This is my page title! </TITLE>
</HEAD>
<BODY>
This is my message to the world!
</BODY>
</HTML>
Previous Question | Next Question |
What is Hyper Text Markup Language (HTML)? | How can I include comments in HTML? |