次のコードを含む CSS スタイルシートがあります。
@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
margin: 0;
padding: 0;
border: 0;
vertical-align: baseline;
}
私はこれらのエラーに直面しています
/* 縮小に失敗しました。縮小されていないコンテンツを返します。(1189,1): 実行時エラー CSS1019: 予期しないトークン、'@charset' が見つかりました (1189,10): 実行時エラー CSS1019: 予期しないトークン、'"utf-8"' が見つかりました (1189,17): 実行-time error CSS1019: 予期しないトークン、';' が見つかりました