From eb8439966846e6922cd4e06931859ca1119a29ac Mon Sep 17 00:00:00 2001 From: Tapas Adhikary Date: Thu, 13 Aug 2020 11:03:48 +0530 Subject: [PATCH] Added inputs --- index.html | 4 ++++ inputs/index.html | 57 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 61 insertions(+) create mode 100644 inputs/index.html diff --git a/index.html b/index.html index 601dcf0..7bc9274 100644 --- a/index.html +++ b/index.html @@ -15,6 +15,10 @@ Details Tag - Specify details that the user can open and close on demand +
  • + + Inputs - Various useful tips +
  • diff --git a/inputs/index.html b/inputs/index.html new file mode 100644 index 0000000..e869f96 --- /dev/null +++ b/inputs/index.html @@ -0,0 +1,57 @@ + + + + + + + HTML Tips and Tricks - Details Tag + + + + + +
    +

    All about Inputs

    + +

    Required

    +
    + + + +
    + +

    Autofocus

    +
    + + + +
    + +

    Placeholder

    +
    + + + +
    + +

    E-mail

    +
    + + + +
    + +

    Regex validations

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