From 49c46f07e6a969c79454e2dd432d9bbe291426f2 Mon Sep 17 00:00:00 2001 From: Kyleigh Hillerud Date: Sun, 5 Apr 2020 21:16:20 -0400 Subject: [PATCH] Add files via upload --- 01 - General/description-of-feature.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 01 - General/description-of-feature.md diff --git a/01 - General/description-of-feature.md b/01 - General/description-of-feature.md new file mode 100644 index 0000000..c18bab0 --- /dev/null +++ b/01 - General/description-of-feature.md @@ -0,0 +1,6 @@ +# What are data- attributes good for? + + +# Data Attributes allow you to add your own information to tags in HTML.The data- attributes can be used to define custom data attributes. Can be used to store custom data in private to the page or application. + +