用語に沿った定義のリストを探しているので、
<dl>
<dt>Email</dt><dd>contact@example.com</dd>
<dt>Bio</dt><dd>Person's full-text bio, which spans multiple lines, and starts on the same line as the text <q>Bio</q>, just like the previous definitions. Any given solution should both allow this text to wrap below the <dd> and then provide a line break afterwards.</dd>
<dt>Phone</dt><dd>(555) 123-4567</dd>
</dl>
次のようにレンダリングします。
電子メール: contact@example.com
略歴:前の定義と同様に、複数の行にまたがり、「略歴」というテキストと同じ行から始まる個人の全文略歴。どのソリューションでも、このテキストを <dd> の下で折り返すことができるようにし、その後で改行を提供する必要があります。
電話: (555) 123-4567
を使用してみましdt,dd{display:inline}
たが、すべての定義が 1 行に表示されてしまいました。
dt と dd を同じ行に配置する方法を既に確認しましたか? その結果、より表形式のレイアウトになりましたが、この場合は機能しません。