+ 1
Attribute bug Sololearn
Iam learning html with sololearn and when doing code-repos, the attributes are not turning into blue color and qhen I try to run the code I dont get results properly Like: <input> placeholder="Name">/<br> Result: [(A box)] placeholder=Name">/<br> Also this bug is same in all type of attributes
5 Respostas
+ 3
Correct code -
<input placeholder="Name"></br>
Hope it helps !
+ 2
Yug
That's the problem in your code.
Share full code.
+ 2
Code Infinite with Arnav it worked thanks bro
+ 2
Yug
placeholder is an attribute of input tag so it should not be outside.
0
A͢J
<form>
<input> placeholder="Name">/<br>
</form>