Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/azure/12.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
html中是否允许合并<;ul>&书信电报;dt>;及<;李>;?_Html - Fatal编程技术网

html中是否允许合并<;ul>&书信电报;dt>;及<;李>;?

html中是否允许合并<;ul>&书信电报;dt>;及<;李>;?,html,Html,得到这样的输出 * line with bullet same insertion but no bullet 我使用这个代码 <ul> <li>line with bullet</li> <dt>same insertion but without bullet</dt> </ul> 子弹线 插入相同但没有子弹 和可以这样组合吗?你就不能打断一下吗 <ul> <li>Thi

得到这样的输出

* line with bullet
  same insertion but no bullet
我使用这个代码

<ul>
  <li>line with bullet</li>
  <dt>same insertion but without bullet</dt>
</ul>
  • 子弹线
  • 插入相同但没有子弹

  • 可以这样组合吗?

    你就不能打断一下吗

    <ul>
      <li>This item has a bullet<br>This appears on another line, without a bullet</li>
      <li>This item has a bullet as well</li>
    </ul>
    
    • 此项目有一个项目符号
      显示在另一行,没有项目符号
    • 这个项目也有一个子弹

    你就不能打断我的话吗

    <ul>
      <li>This item has a bullet<br>This appears on another line, without a bullet</li>
      <li>This item has a bullet as well</li>
    </ul>
    
    • 此项目有一个项目符号
      显示在另一行,没有项目符号
    • 这个项目也有一个子弹
    尽管它看起来很有效。还有其他解决方案可以满足您的需求

    <ul>
      <li>line with bullet<br/>same insertion but without bullet</li>
    </ul>
    
    • 带项目符号的行
      插入相同,但不带项目符号
    您具体想做什么?为什么需要它?

    尽管它似乎有效。还有其他解决方案可以满足您的需求

    <ul>
      <li>line with bullet<br/>same insertion but without bullet</li>
    </ul>
    
    • 带项目符号的行
      插入相同,但不带项目符号

    您具体想做什么?为什么需要这样做?

    以获得与anwser:)完全相同的结果以获得与anwser:)完全相同的结果