diff --git a/code-example-images/content-editable.png b/code-example-images/content-editable.png new file mode 100644 index 0000000..0621a93 Binary files /dev/null and b/code-example-images/content-editable.png differ diff --git a/code-example-images/data-atr-body.png b/code-example-images/data-atr-body.png new file mode 100644 index 0000000..70f462f Binary files /dev/null and b/code-example-images/data-atr-body.png differ diff --git a/code-example-images/data-atr-head.png b/code-example-images/data-atr-head.png new file mode 100644 index 0000000..9bd54c0 Binary files /dev/null and b/code-example-images/data-atr-head.png differ diff --git a/code-example-images/datalist.png b/code-example-images/datalist.png new file mode 100644 index 0000000..371dee8 Binary files /dev/null and b/code-example-images/datalist.png differ diff --git a/code-example-images/details-example.png b/code-example-images/details-example.png new file mode 100644 index 0000000..6943125 Binary files /dev/null and b/code-example-images/details-example.png differ diff --git a/code-example-images/dialog-body.png b/code-example-images/dialog-body.png new file mode 100644 index 0000000..d41533e Binary files /dev/null and b/code-example-images/dialog-body.png differ diff --git a/code-example-images/dialog-script.png b/code-example-images/dialog-script.png new file mode 100644 index 0000000..286e0d2 Binary files /dev/null and b/code-example-images/dialog-script.png differ diff --git a/code-example-images/inputs-af.png b/code-example-images/inputs-af.png new file mode 100644 index 0000000..2eee7eb Binary files /dev/null and b/code-example-images/inputs-af.png differ diff --git a/code-example-images/inputs-cp.png b/code-example-images/inputs-cp.png new file mode 100644 index 0000000..f343208 Binary files /dev/null and b/code-example-images/inputs-cp.png differ diff --git a/code-example-images/inputs-eml.png b/code-example-images/inputs-eml.png new file mode 100644 index 0000000..2cc3a85 Binary files /dev/null and b/code-example-images/inputs-eml.png differ diff --git a/code-example-images/inputs-ph.png b/code-example-images/inputs-ph.png new file mode 100644 index 0000000..4576925 Binary files /dev/null and b/code-example-images/inputs-ph.png differ diff --git a/code-example-images/inputs-reg.png b/code-example-images/inputs-reg.png new file mode 100644 index 0000000..540b7e7 Binary files /dev/null and b/code-example-images/inputs-reg.png differ diff --git a/code-example-images/inputs-req.png b/code-example-images/inputs-req.png new file mode 100644 index 0000000..a53a069 Binary files /dev/null and b/code-example-images/inputs-req.png differ diff --git a/code-example-images/lazy-loading.png b/code-example-images/lazy-loading.png new file mode 100644 index 0000000..3c090eb Binary files /dev/null and b/code-example-images/lazy-loading.png differ diff --git a/code-example-images/map-element.png b/code-example-images/map-element.png new file mode 100644 index 0000000..3793162 Binary files /dev/null and b/code-example-images/map-element.png differ diff --git a/code-example-images/map.png b/code-example-images/map.png new file mode 100644 index 0000000..855ebbb Binary files /dev/null and b/code-example-images/map.png differ diff --git a/code-example-images/mark.png b/code-example-images/mark.png new file mode 100644 index 0000000..d2a301b Binary files /dev/null and b/code-example-images/mark.png differ diff --git a/code-example-images/meter.png b/code-example-images/meter.png new file mode 100644 index 0000000..c5f973f Binary files /dev/null and b/code-example-images/meter.png differ diff --git a/code-example-images/output.png b/code-example-images/output.png new file mode 100644 index 0000000..060ee36 Binary files /dev/null and b/code-example-images/output.png differ diff --git a/code-example-images/slider.png b/code-example-images/slider.png new file mode 100644 index 0000000..d2b3ed1 Binary files /dev/null and b/code-example-images/slider.png differ diff --git a/content-editable/index.html b/content-editable/index.html index e0c9758..aca34fa 100644 --- a/content-editable/index.html +++ b/content-editable/index.html @@ -15,13 +15,21 @@ home -

Shoppping List(Content Editable)

+

Shoppping List (Content Editable)

+
+
+ see code: +

+ The code to implement this editable content function in a list is as below:
+ couldn't load image +

+
- \ No newline at end of file + diff --git a/data-attribute/index.html b/data-attribute/index.html index dd73d1d..8374d95 100644 --- a/data-attribute/index.html +++ b/data-attribute/index.html @@ -35,6 +35,27 @@

Know data attribute


+ +
+ see code: +

+ The code to implement this custom script on HTML elements is as below:

+ The code is devided in two parts: i)head, ii)body section.

+

    +
  1. + Head Section +

    + couldn't load image +
  2. +

    +
  3. + Body Section +

    + couldn't load image +
  4. +
+

+
diff --git a/datalist/index.html b/datalist/index.html index 1dd5d64..8eb5e11 100644 --- a/datalist/index.html +++ b/datalist/index.html @@ -27,7 +27,15 @@

Datalist Tag