estructura de etiqueta de figura de validación html5
Frecuentes
Visto 105 veces
0
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
1 Respuestas
2
The first code snippet is correct, and passes validation if you add text to the alt attribute and a '#' in the src attribute.
respondido 27 nov., 13:06
No es la respuesta que estás buscando? Examinar otras preguntas etiquetadas css html or haz tu propia pregunta.