From 175dde5c23c3eb1a2446201944c62d32ce4b2c6c Mon Sep 17 00:00:00 2001 From: Tapas Adhikary Date: Thu, 13 Aug 2020 12:53:59 +0530 Subject: [PATCH] added mark element --- index.html | 4 ++++ mark/index.html | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) create mode 100644 mark/index.html diff --git a/index.html b/index.html index fbe4c52..f191436 100644 --- a/index.html +++ b/index.html @@ -24,6 +24,10 @@ Content Editable - Make the content Editable +
  • + + Mark Content - Highlight things +
  • diff --git a/mark/index.html b/mark/index.html new file mode 100644 index 0000000..e4b203b --- /dev/null +++ b/mark/index.html @@ -0,0 +1,17 @@ + + + + + + + HTML Tips and Tricks - Details Tag + + + + + +
    +

    Mark something to Highlight

    +

    Did you know, you can "Highlight something interesting" just with a HTML tag?

    +
    + \ No newline at end of file