我有代码
<span>
<h5>Standard Page Template</h5>
<ul>
<li>1 Design Concepts</li>
<li>1 Free Round of Revisions</li>
<li>5 Day Turnaround</li>
<li>Photoshop Source File</li>
</ul>
</span>
及其CSS为
#specs .type .prices a:hover span h5 {
color:#09f;
font-size:14px;
text-align:center;
top:3px;
margin:0;
padding:0;
display:inline;
position:relative;
}
我收到以下错误
“在此上下文中不允许元素 h5 作为元素跨度的子级”和“在此上下文中不允许元素 ul 作为元素跨度的子级”
请帮我。