Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私のドキュメントタイプが<!DOCTYPE html>正しい場合は、使用するのが最善またはより正しいです
<!DOCTYPE html>
<meta charset="utf-8" />
また
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
utf-8を定義するには?
ありがとう。
最初のものはHTML5でのみ有効です。2つ目は、古い(X)HTMLバージョンにも有効です。
このDoctype(HTML5を示す)は両方とも有効ですが、短いので最初の方が好きです。:)