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.
次のように機能するWebページのコンテナレイアウトがあります。
<html> #header# <div class="content_container"> #content inserted here# </div> #footer# </html>
コンテンツに閉じられていない、または開かずにdiv閉じているコンテンツがある場合、のdivが混乱するため、レイアウトが混乱します。divcontent_container
div
content_container
この状況は通常どのように回避または解決されますか?
やあ、
私がネット上で見つけたものから、DOM loadHTML関数を使用してフラグメントをHTMLドキュメントとして解析し、それをHTMLとして再び吐き出すことができます。これにより、HTMLの整形式エラーが修正されます。
または、php5のTidy拡張機能を使用することもできます
http://www.php.net/tidy