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.
通常のドキュメント ファイルでは、フォーム フィード文字が改ページとして機能します。これを HTML ファイルでどのように使用できますか?
できません。代わりに CSSpage-break-*プロパティを使用してください。
page-break-*
例えば:
article { page-break-after: always; }