Computer Science, asked by roshdale2006, 8 months ago

hey mates..........
the attachment given is html its a comment page
pls write the code with explanation
i want the comments written by others to come in the marked place(in the attachment)

pls answer correctly

Attachments:

Answers

Answered by MrityunjaySharmaa
2

The code is Absolutely tested:

<html>

<head>

<title></title>

</head>

<body>

<form method= "post">

Name:<br>

<input type= "text"> <br>

Message: <br>

<textarea></textarea> <br>

<input type= "submit" value ="POST">

</body>

</html>

Similar questions