From 3127d2e94a59a0ea846d25822ce12d8dc9cb96fb Mon Sep 17 00:00:00 2001 From: Tapas Adhikary Date: Thu, 13 Aug 2020 13:29:44 +0530 Subject: [PATCH] Output is done --- index.html | 4 ++++ output/index.html | 21 +++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 output/index.html diff --git a/index.html b/index.html index 386e384..f93633c 100644 --- a/index.html +++ b/index.html @@ -32,6 +32,10 @@ Custom Data - Data with elements +
  • + + Output Tag - To perform a calculation and show the result +
  • diff --git a/output/index.html b/output/index.html new file mode 100644 index 0000000..c513965 --- /dev/null +++ b/output/index.html @@ -0,0 +1,21 @@ + +
  • + + + + + HTML Tips and Tricks - Output + + + + + +
    +

    Let's see the Output

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