Web Development Question:
Download Job Interview Questions and Answers PDF
Write 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 Web Development Interview Questions And Answers
PDF
Previous Question | Next Question |
How to include comments in HTML? | Define HTML (Hyper Text Markup Language)? |