Table of Content Adding an icon 1var newTag = ''; 2var iconFile = 'empty.png'; 3if (!this.html4 && this.html5) 4{ 5 newTag = "<p class='ui-li-count'>html5</p>"; 6 iconFile = 'html5.png'; 7} The result: What’s next? We’re going to take a look at “Divider”. ◀ Adding links Divider ▶