aboutsummaryrefslogtreecommitdiffstats
path: root/content/articles/course-html5
diff options
context:
space:
mode:
Diffstat (limited to 'content/articles/course-html5')
-rw-r--r--content/articles/course-html5/etiqueta-figure.md17
1 files changed, 17 insertions, 0 deletions
diff --git a/content/articles/course-html5/etiqueta-figure.md b/content/articles/course-html5/etiqueta-figure.md
new file mode 100644
index 0000000..d9f1426
--- /dev/null
+++ b/content/articles/course-html5/etiqueta-figure.md
@@ -0,0 +1,17 @@
+Author: Jesús E.
+Category: courses
+Date: 2019-06-03 15:13:07
+Image: 2019/06/etiqueta-figure.jpg
+Slug: etiqueta-figure
+Tags: HTML, html, figure, html5
+Title: Etiqueta figure
+Time: 6:19
+
+<figure>
+ <video id="player-ply" playsinline controls>
+ <source src="https://archive.org/download/coursehtml5/0017-figure.webm" type="video/webm">
+ </video>
+ <figcaption>
+ <h1>Etiqueta figure 17/32</h1>
+ </figcaption>
+</figure>