Here is my code:
<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>
And here is the corresponding 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;
}
I am encountering the following error message:
"Element h5 not allowed as child of element span in this context" and "Element ul not allowed as child of element span in this context"
Any assistance on resolving this issue would be greatly appreciated.