Hello. I came across this HTML code check https://validator.w3.org/nu/ . After running my RW site with this tool I am shocked by how many errors and warnings the tool identified. Over 70 messages… ! I am not an expert in writing code, since I am a super passionate RapidWeaver user. However, I am worried now about the defective code, especially since I didn’t wrote a line of code myself.
Does anyone has suggestions if there is anything I can do to fix some of the errors, e.g.:
- Error: A document must not include both a
meta
element with anhttp-equiv
attribute whose value iscontent-type
, and ameta
element with acharset
attribute. - Error: Bad value for attribute id on element a: An ID must not be the empty string.
- Error: Stray end tag img.
- Error: Element li not allowed as child of element div in this context. (Suppressing further errors from this subtree.)
…and the list goes on and on.
Not sure what those errors mean. I admire people who understand this.
Thanks!