Getting An Error In W3c Markup Validation When Trying To Get A Whole
I am trying to get whole
Solution 2:
Better to do this:
<ahref="#"><figure><imgsrc="images/product-image.jpg"alt="image " /><spanclass="label"><spanclass="rotate">40%</span></span><spanclass="curle-label_bg"></span><figcaption><spanclass="product-brand">Brand of product</span>
Main Caption here
<spanclass="save-money">Save 395.05</span><spanclass="product-price">€169.30</span></figcaption></figure></a>
Now the figure is enclosed within the a tag, and the figcaption is a child of the figure, not the <a>
Post a Comment for "Getting An Error In W3c Markup Validation When Trying To Get A Whole Element As A Link In A Page"