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.
どちらがより適切/より速いですか?
たとえば、DIVwith ULがあり、5が含まLIれているとします。DIV、またはにフォントサイズスタイルとフォントファミリスタイルを適用しますULかLI?
DIV
UL
LI
該当する場所にフォントサイズを適用します。
a内のすべてのテキストを<div>同じサイズにする場合は、そこにフォントサイズを適用します。
<div>
また、相対的なフォントサイズ(ems)を使用することをお勧めします。これにより、通常、時間を節約できます。
ems