estructura de etiqueta de figura de validación html5

Please check Figure tag in html structure

html5 validation- Is this structure allowed ?

<a href="#">
   <figure>
      <img src="" class="img-responsive" alt="">
      <figcaption>Family</figcaption>
  </figure>
</a>

y

<figure>
   <a href="#">
      <img src="" class="img-responsive" alt="">
      <figcaption>Family</figcaption>
   </a>
</figure>

Muchas Gracias

preguntado el 27 de noviembre de 13 a las 06:11

1 Respuestas

The first code snippet is correct, and passes validation if you add text to the alt attribute and a '#' in the src attribute.

http://validator.nu/

respondido 27 nov., 13:06

No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas or haz tu propia pregunta.