From 6971460bcaa9d0c43486da7cab154ffb2f8a59f7 Mon Sep 17 00:00:00 2001 From: Damien Guard Date: Sat, 14 Nov 2020 21:13:25 +0000 Subject: [PATCH] Update article example to use a header --- docs/index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/index.html b/docs/index.html index 0690f0fc..26a29c8e 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1023,11 +1023,13 @@
<article>I'm a card!</article>

You can use <header> and footer <footer> inside <article>

+
Header
Body
Footer
<article>
+  <header>Header</header>
   Body
   <footer>Footer</footer>
 </article>