dl list view在bootstrap 4中不起作用,与bootstrap 3中的相同
HTML:
<section class="landing">
<div class="container">
<dl class="dl-horizontal">
<dt>col1</dt>
<dd>col2</dd>
</dl>
</div>
</section>
Run Code Online (Sandbox Code Playgroud)