
write a html program in show table and this word in box

Here is an example that will display the message in textbox in html table.
<html> <table border="1"> <tr><td><input type="textbox" value="Hello World"></td></tr> <tr><td><input type="textbox" value="Hello World"></td></tr> </table> </html>
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.