aboutsummaryrefslogtreecommitdiff
path: root/files/de/glossary/validator
diff options
context:
space:
mode:
authorPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
committerPeter Bengtsson <mail@peterbe.com>2020-12-08 14:41:15 -0500
commit4b1a9203c547c019fc5398082ae19a3f3d4c3efe (patch)
treed4a40e13ceeb9f85479605110a76e7a4d5f3b56b /files/de/glossary/validator
parent33058f2b292b3a581333bdfb21b8f671898c5060 (diff)
downloadtranslated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.gz
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.tar.bz2
translated-content-4b1a9203c547c019fc5398082ae19a3f3d4c3efe.zip
initial commit
Diffstat (limited to 'files/de/glossary/validator')
-rw-r--r--files/de/glossary/validator/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/files/de/glossary/validator/index.html b/files/de/glossary/validator/index.html
new file mode 100644
index 0000000000..2c5f41a176
--- /dev/null
+++ b/files/de/glossary/validator/index.html
@@ -0,0 +1,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>