I am trying to debug my footer, but I like the type of bugs (Element H4 Because the element is not allowed in the context of UL)
Can someone explain that I can put HTML because it does not work for some reason. Probably because there are some mistakes in the code that are linked to my website
and then inspect the element on the footer of the page.
& lt; Ul & gt; & Lt; H4 square = "footer" & gt; Support & lt; / H4 & gt; & Lt; Br> & Lt; A href = "http://timberlife.nl/contact/" style = "color: RGB (255255255);" & Gt; Contact & lt; / A & gt; & Lt; Br> & Lt; A href = "http://timberlife.nl/faq/" style = "color: RGB (255255255);" & Gt; FAQ & lt; / A & gt; & Lt; Br> & Lt; A href = "http://timberlife.nl/disclaimer/" style = "color: RGB (255255255);" & Gt; Disclaimer & lt; / A & gt; & Lt; Br> & Lt; / Ul & gt;
It starts with this.
& lt; H6 class = "text-white copy-text" & gt;
Many thanks!
Donation
According to the HTML5 imagery, you can and Ul / gt>
, you can not tag it as and lt; Li & gt; & Lt; / Li & gt; ;
, then insert your content into your lists:
& lt; Ul & gt; & Lt; Li & gt; & Lt; H4 square = "futher" & gt; Support & lt; / H4 & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "http://timberlife.nl/contact/" style = "color: RGB (255255255);" & Gt; Contact & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "http://timberlife.nl/faq/" style = "color: RGB (255255255);" & Gt; FAQ & lt; / A & gt; & Lt; / Li & gt; & Lt; Li & gt; & Lt; A href = "http://timberlife.nl/disclaimer/" style = "color: RGB (255255255);" & Gt; Disclaimer & lt; / A & gt; & Lt; / Li & gt; & Lt; / Ul & gt;
I have also noticed that you have wrapped entire blocks of content in the header tags, try to avoid it as this can also contain invalid HTML. Instead use divs.
Reference:
No comments:
Post a Comment