From 4b1a9203c547c019fc5398082ae19a3f3d4c3efe Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:41:15 -0500 Subject: initial commit --- files/de/glossary/validator/index.html | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 files/de/glossary/validator/index.html (limited to 'files/de/glossary/validator') 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 +--- +

Bei einem Validator handelt es sich um ein Programm, das Code auf Syntaxfehler hin prüft. Validatoren 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.

+ +

Learn more

+ +

General knowledge

+ + -- cgit v1.2.3-54-g00ecf