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.

Placid Rodrigues
12,630 PointsIn the video, The list (li) tags are removed from function. How are the generated in browser?
In the original function get_list_html_view() there were <li> and </li> tags, which are removed in the new function get_products_recent() and these tags are also not created in the index.php. But I noticed that these tags are showing in the browser. I have checked in multiple browsers and viewed source. How are these tags generated?
1 Answer

thomascawthorn
22,985 PointsIs the html not inside the function get_list_view_html ?

Placid Rodrigues
12,630 PointsOh yes! I missed it. Thanks Tom.
Placid Rodrigues
12,630 PointsPlacid Rodrigues
12,630 PointsSorry for the Typo in subject line. It will be: In the video, The list (li) tags are removed from function. How are they generated in browser?