HTML の段落テキストを完全に揃えて表示したいので (MS Word ファイルで起こるように)、フォーマットと固定幅の段落内のテキスト配置の「両端揃え」に問題があります。ただし、これは起こりません。それを達成するために何を変更する必要がありますか?
<pre style="color: #000000; font-family: Arial, Helvetica, sans-serif; font-size: medium; width: 500px; text-align: justify;">
I have a problem with the text-align "justify" inside a paragraph with format and fixed width, because I want the paragraph text in HTML to appear totally justified (like it would happen with a MS Word file). However, this does not happen. What I need to modify to achieve it?
</pre>
編集:<pre>
タグをタグに置き換える<p>
と、コードは正しく機能します。誰かが私に理由を説明できますか?<pre>
タグの使い方が間違っているのかもしれません。