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