From f6271cdc29875aed486cb4d83a9a22646dbfb0f6 Mon Sep 17 00:00:00 2001 From: Supriya M <30731236+supminn@users.noreply.github.com> Date: Wed, 5 Oct 2022 21:41:40 +0530 Subject: [PATCH 1/3] feat: added audio and video tag --- audio-video/index.html | 44 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 audio-video/index.html diff --git a/audio-video/index.html b/audio-video/index.html new file mode 100644 index 0000000..8b424ab --- /dev/null +++ b/audio-video/index.html @@ -0,0 +1,44 @@ + + + + + + + HTML Tips and Tricks - Datalist Tag + + + + + + +
+ + home + +

Audio Tag

+ +

Video Tag

+ +
+ + From 04f516e24e2c7f51b8e22cf7fc8a3c702cbd5851 Mon Sep 17 00:00:00 2001 From: Supriya M <30731236+supminn@users.noreply.github.com> Date: Wed, 5 Oct 2022 21:42:42 +0530 Subject: [PATCH 2/3] feat: added link to audio and video page --- index.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index 10251f9..532c01c 100644 --- a/index.html +++ b/index.html @@ -87,8 +87,12 @@ Dialog - Display a Modal Dialog +
  • + + Audio and Video Tag +
  • - \ No newline at end of file + From 74c848ce92302a883a4caf15af3988c4c5267928 Mon Sep 17 00:00:00 2001 From: supminn <30731236+supminn@users.noreply.github.com> Date: Sun, 9 Oct 2022 16:36:53 +0530 Subject: [PATCH 3/3] fix: correct link to stylesheets --- audio-video/index.html | 71 +++++++++++++++++------------------------- 1 file changed, 29 insertions(+), 42 deletions(-) diff --git a/audio-video/index.html b/audio-video/index.html index 8b424ab..63153ef 100644 --- a/audio-video/index.html +++ b/audio-video/index.html @@ -1,44 +1,31 @@ - - - - - - HTML Tips and Tricks - Datalist Tag - - - - + - -
    - - home - -

    Audio Tag

    - -

    Video Tag

    - -
    - - + + + + HTML Tips and Tricks - Datalist Tag + + + + + + +
    + + home + +

    Audio Tag

    + +

    Video Tag

    + +
    + + + \ No newline at end of file