blob: 2c5f41a176f8bdb4b97c2718c75d0e21b55df21a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
---
title: Validator
slug: Glossary/Validator
tags:
- Syntaxprüfung
- validator
- überprüfen
translation_of: Glossary/Validator
---
<p>Bei einem <em>Validator </em>handelt es sich um ein Programm, das Code auf Syntaxfehler hin prüft. <em>Validatoren</em> können für beliebige Formate und Programmiersprachen erstellt werden, wobei wir uns in unserem Kontext auf Tools beziehen, die {{Glossary("HTML")}}, {{Glossary("CSS")}}, and {{Glossary("XML")}} untersuchen.</p>
<h2 id="Learn_more"><strong style="">Learn more</strong></h2>
<h3 id="General_knowledge" style="line-height: 24px;">General knowledge</h3>
<ul>
<li>{{Interwiki("wikipedia", "Validator")}} on Wikipedia</li>
<li><a href="https://developer.mozilla.org/en-US/docs/Tools/Validators">Short list of validators</a></li>
</ul>
|