blob: d235c929f4f7c6d52b5f52d772df97f4f00976e1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Author: Jesús E.
Category: course
Date: 2019-05-09 12:24:54
Image: 2019/05/etiqueta-div.jpg
Og_video: https://archive.org/download/coursehtml5/0015-div.webm
Slug: etiqueta-div
Tags: HTML
Time: 3:56
Title: Etiqueta div
<figure>
<video id="player-ply" playsinline controls>
<source src="https://archive.org/download/coursehtml5/0015-div.webm" type="video/webm">
</video>
<figcaption>
<h1>Etiqueta div 15/32</h1>
</figcaption>
</figure>
|