aboutsummaryrefslogtreecommitdiff
path: root/files/ja/glossary/validator/index.html
blob: ff09ffada6912c398c43461e5c56acf9121a63c8 (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:
  - Beginner
  - Glossary
  - Security
translation_of: Glossary/Validator
---
<p id="Summary" style="line-height: 30px;">バリデーターはコードの構文エラーを確認するプログラムです。バリデーターはあらゆる書式や言語のために作成することができますが、ここでは特に {{Glossary("HTML")}}{{Glossary("CSS")}}、そして {{Glossary("XML")}} を確認するツールのことを指します。</p>

<h2 id="Learn_more" name="Learn_more"><strong style="font-size: 2.142857142857143rem; font-weight: 700; letter-spacing: -1px; line-height: 30px;">詳細情報</strong></h2>

<h3 id="General_knowledge" name="General_knowledge" style="line-height: 24px;">一般知識</h3>

<ul>
 <li>Wikipedia の {{interwiki("wikipedia", "en:Validator", "Validator")}} (英語)</li>
 <li><a href="https://developer.mozilla.org/ja/docs/Tools/Validators">バリデーターの例</a></li>
</ul>