Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

MIHA W.LEE
PHP Development Techdegree Graduate 25,452 PointsThe inner Html question
In this video, I saw the element append into the parent element, but i am little confuse, there is new element Input insert into the parent element. It only add the opening tag at the innerhtml, no closing tag. So, why this happen?
I hope someone can help me out, thank you so much!!
1 Answer

Steven Parker
220,416 PointsNot every element uses two tags, and for proper HTML the "input" element must not have an end tag.
For more details, see the MDN page on <input>.
MIHA W.LEE
PHP Development Techdegree Graduate 25,452 PointsMIHA W.LEE
PHP Development Techdegree Graduate 25,452 PointsSorry for the late reply. Oh, i forget it. Thank you so much!