How come when I am in a specific wrapper for example http://jsfiddle.net/jspence29/UpHEU/the html tags aren’t working. the <ol>, <ul>, <li>, <p> and more tags don’t work inside this wrapper. you can see that the list isn’t working in that jsfiddle
How come when I am in a specific wrapper for example http://jsfiddle.net/jspence29/UpHEU/the html tags
Share
What’s happening is that JSFiddle is applying it’s own reset stylesheet. You can disable it by unchecking Normalized CSS in the left hand column.