+ 9

What is need in this and what is output? what is error?

<html> <head> <title>first page</title> </head> <body> <p>Where is comment?</p> <hr /> <p>How to output new comment? </p> <!-- This is a comment --> </body> </p>

27th May 2018, 9:09 AM
David Coma
David Coma - avatar
10 Answers
+ 1
try this :-) <html> <head> <title>first page</title> </head> <body> <p>Where is comments? </p> <hr/> <p>How to output new comment?</p> <!--This is a comment --> </body> </html> you have to correct the last </p> into </html>
27th May 2018, 12:32 PM
S.M Yawar Abbas
S.M Yawar Abbas - avatar
+ 55
try thisâ˜ș <body> <p>Where is comment?</p> <hr /> <p>How to output new comment? </p> <!-- This is a comment --> </body>
27th May 2018, 9:29 AM
Elizabeth🌾
Elizabeth🌾 - avatar
+ 3
Try this S.M Yawar Abbas <html> <head> <title>Where is comment?</title> </head> <body> <h1>Pick Colour As you like</h1> <div style="background-color: green; color:white; padding:50px;"> <p>Here is Progress</p> <progress>Need Data</progress> <hr /> <p>Here is 75% in progress</p> <progress min='0' max='100' value='75'></progress> <hr /> <table> <tr> [<td>[Red]</td> <td>[Blue]</td> <td>[Pink]</td> ] </tr> This Is colour Name </table> <table> <tr> <td bgcolor="red">Red</td> <td bgcolor="blue">Blue</td> <td bgcolor="pink">Love you</td> </tr> This is colour </table> 0 <progress > Need Data </progress>100 <br /> 0 <progress min="0" max="100" value="50"> </progress>100 </div> </body> </html>
27th May 2018, 1:48 PM
David Coma
David Coma - avatar
+ 2
What is ur </p> doing at the end? Try removing it and check if it works now. Btw, what exactly are u approaching...?
27th May 2018, 10:27 AM
Sheikh Ameen
Sheikh Ameen - avatar
+ 2
Is true .Stephan Manthey
27th May 2018, 1:47 PM
David Coma
David Coma - avatar
+ 2
sabet
31st May 2018, 12:25 AM
ZAHIN
+ 2
hi
31st May 2018, 12:26 AM
ZAHIN
+ 1
</p> is error . this end with </html>
27th May 2018, 10:57 AM
David Coma
David Coma - avatar
+ 1
change into</html> instead of </p>
27th May 2018, 5:39 PM
Naing Linn Htet
Naing Linn Htet - avatar
0
Why don't you look for error? I mean to find error and to correct error.
27th May 2018, 11:11 AM
David Coma
David Coma - avatar