Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
Adama Sy
7,076 Pointshtml5 Outliner h5o
WHAT is the purpose of the html5 outline h5o?
link here: https://code.google.com/p/h5o/
Marcus Parsons
15,719 PointsHey Adama Sy,
Does Andy Paddock's comment answer your question?
1 Answer
Andy Paddock
2,759 PointsYou may need a better understanding of this first to help with the not so great explanation on the Chrome Extension page.
https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Sections_and_Outlines_of_an_HTML5_document
Andy Paddock
2,759 PointsAndy Paddock
2,759 PointsTaken from the Chrome Store page for the extension.
Generates a navigable page outline with heading and sectioning elements
This extension is using the HTML5 outline algorithm to create a table of contents. Should also work well with HTML4 (and older?) pages, that have structured headings. The table of contents is clickable and tries to highlight the heading/section in question after the jump.
The extension should prove useful to people who find themselves often using online HTML5 outliners.