I am trying to validate my site with w3c but I have a several error that I don't know how to fix it. Can you help me?
This code is one of 16
- Code: Select all
Line 179, Column 14: end tag for element "span" which is not open
176. <ol class="gkTabsNav">
177. <li class="gkTabs-1 active" data-animation="default">
178. <span> <span></span> Noticias</span>
179. </span> </li>
180. <li class="gkTabs-2" data-animation="default">
181. <span> <span></span> Eventos</span>
182. </span> </li>
183. </ol>
