Warning: file_get_contents(/data/phpspider/zhask/data//catemap/7/arduino/2.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
Validation 在此上下文中,元素ul中不允许使用文本_Validation - Fatal编程技术网

Validation 在此上下文中,元素ul中不允许使用文本

Validation 在此上下文中,元素ul中不允许使用文本,validation,Validation,我不理解来自标记验证服务的此错误消息,无法找到答案。该服务似乎指向了目标。我想在我的每个链接之间放一个空行。多谢各位 在此上下文中元素ul中不允许使用文本 <div id="content"> <h1>Green Light Data Technologies</h1> <h2>Product List</h2> <div id="prod-list">

我不理解来自标记验证服务的此错误消息,无法找到答案。该服务似乎指向了目标。我想在我的每个链接之间放一个空行。多谢各位

在此上下文中元素ul中不允许使用文本

<div id="content">
        <h1>Green Light Data Technologies</h1>
        <h2>Product List</h2>
           <div id="prod-list">
              <ul>
                 <li><a href="patch-cords.html" target="_blank">Patch Cords</a></li>
                 &nbsp;
                 <li><a href="ethernet.html" target="_blank">Ethernet Cards</a></li>
                 &nbsp;
                 <li><a href="bulk-wire.html" target="_blank">Bulk Wire</a></li>
                 &nbsp;
                  <li><a href="rj45.html" target="_blank">RJ45* Connectors</a></li>
                  &nbsp;
   </ul>
</div>
        </div><!--/#content-->

绿色数据技术
产品清单

在等待答案的过程中,我一直在寻找答案,以下是我在:

不是直接报价,请在li标签中添加。我想答案来自Tedster和Span对Jayce提出的类似问题的回答

这对我有用。 亲切的问候