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.
Fluid テンプレートは XML ファイルです。それを使用して有効な html5 Web サイトを作成するにはどうすればよいですか?
たとえば<br>、テンプレートに入力すると有効な XML ではありませんが<br/>、入力すると html5 ではありません。私は何をすべきか?
<br>
<br/>
私の知る限り、<br />有効な HTML5 です。
<br />
「HTML5 は、HTML4 および XHTML1 と互換性のある HTML 構文を定義します」( w3.org )