Hyper Text Markup Language (HTML) Question:
Download Job Interview Questions and Answers 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>
<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 Question | Next Question |
What is Hyper Text Markup Language (HTML)? | How can I include comments in HTML? |