+ 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>
11 Respostas
+ 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>
+ 55
try this☺
<body>
<p>Where is comment?</p>
<hr />
<p>How to output new comment? </p>
<!-- This is a comment -->
</body>
+ 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>
+ 2
What is ur </p> doing at the end?
Try removing it and check if it works now.
Btw, what exactly are u approaching...?
+ 2
Is true .Stephan Manthey
+ 2
sabet
+ 2
hi
+ 1
</p> is error . this end with </html>
+ 1
change into</html> instead of </p>
0
Why don't you look for error? I mean to find error and to correct error.