Table of Content
HTML5 Cheatsheet Example – Showing more detail
Each cell of list view is still HTML. Heading will make the letters bold. You can use different HTML tags to create a detail cell with content hierarchy.
1$('#tags').append("<li><h1>" + tag + "</h1><p> " + tag.explain + "</p></li>");
What’s next? We’re going to take a look at “Challenges”.