HTML Semántico Flashcards

1
Q
<div id="footer">
 <p>this is a footer</p>
</div>

<footer>
 <p>this is a footer</p>
</footer>
A

HTML no semántico y HTML semántico.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
<video src="4kvideo.mp4">
  Video not supported
</video>

<audio src="koreanhiphop.mp3"></audio>

<embed src="babyyoda.gif"/>
A

Etiquetas que añaden multimedia a nuestra página. Son de video, audio y embebido.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly