Darkside331
Legacy Member
Voor een opdracht moet ik een html site maken maar ik zit met het probleem dat ik met 7 errors zit die ik er niet uit krijg. Ook omdat ik ze amper versta
Dit is de HTML code waar de 7 error in plaatsvinden.
Als ik laat valideren krijg ik dan deze errors:
Deze error krijg ik 7 keer maar dan op andere LI's
Bedankt
Code:
<div class="widgets">
*<ul>
* * * <li>. PAGES
* * * * * * <ul>
* * * * * * * * <li>about</li>
<li>nog tekst</li>
<li>nog meer tekst</li>
</ul></li>
* * * * <li><hr /></li>
* * * * <li><span>.</span>Leve nutteloze Tag Clouds
die geen nut hebben…</li>
* * * * <li><hr /></li>
* * * * <li>. Wie zoekt...</li>
<li><input type="text" /></li>
* * </ul>
</div>
Dit is de HTML code waar de 7 error in plaatsvinden.
Als ik laat valideren krijg ik dan deze errors:
Code:
Line 34, Column 2: character data is not allowed here
<li>. PAGES
✉
You have used character data somewhere it is not permitted to appear. Mistakes that can cause this error include:
putting text directly in the body of the document without wrapping it in a container element (such as a <p>aragraph</p>), or
forgetting to quote an attribute value (where characters such as "%" and "/" are common, but cannot appear without surrounding quotes), or
using XHTML-style self-closing tags (such as <meta ... />) in HTML 4.01 or earlier. To fix, remove the extra slash ('/') character. For more information about the reasons for this, see Empty elements in SGML, HTML, XML, and XHTML.
Deze error krijg ik 7 keer maar dan op andere LI's
Bedankt
