+ 1
Why is this button not working????? Help please 🙏😢
<p>Save the trees<p> <img src="http://www.sololearn.com/images/tree.jpg" <button> click me </button>
2 odpowiedzi
+ 2
ZZIWA FRANK
If you have any problem in code, then share your`code link` instead of long description..
Mistake:-you forgot to add closed angle `>` end of image tag..
See this correct format..
<p>Save the trees<p>
<img src="http://www.sololearn.com/images/tree.jpg">
<button> click me </button>
+ 1
you missed to use closing tag of the paragraph tag. the correct format is :
<p>Save the trees</p>