From ef61cafb1591fc400ce34a019baa728d59874317 Mon Sep 17 00:00:00 2001 From: Tim Goldbach Date: Thu, 20 Oct 2022 10:54:25 +0200 Subject: [PATCH] add legend html element --- index.html | 4 ++++ legend/index.html | 27 +++++++++++++++++++++++++++ 2 files changed, 31 insertions(+) create mode 100644 legend/index.html diff --git a/index.html b/index.html index 953d56c..7a98abc 100644 --- a/index.html +++ b/index.html @@ -91,6 +91,10 @@ Lazy Loading - Lazy Load html images natively +
  • + + Legend - Represents a caption for the content of its parent element +
  • Iframe - Embed YouTube Videos diff --git a/legend/index.html b/legend/index.html new file mode 100644 index 0000000..8496d89 --- /dev/null +++ b/legend/index.html @@ -0,0 +1,27 @@ + + + + + + HTML Tips and Tricks - Legend + + + + + +
    +
    + Choose your favorite language + + +
    + + +
    + + + +
    +
    + + \ No newline at end of file