:title: Useful HTML Tags :date: 2019-11-16T17:43:34+00:00 :tags: html,web :identifier: 20191116T174334 Useful HTML Tags ================ A collection of useful HTML tags that provide features with needing to break out the JavaScript Details ------- Implementing a “Show more..." button .. code-block:: html :class: mb-2
A short description

More detailed markup that can be shown/hidden based on user interaction

.. raw:: html
A short description

More detailed markup that can be shown/hidden based on user interaction

Dropdown with Suggestions ------------------------- .. code-block:: html :class: mb-2
.. raw:: html
Dialog Box ---------- Ok, this one does require a little bit of JavaScript `MDN Documentation `__ .. code-block:: html .. raw:: html

Hello World!

Color Picker ------------ .. code-block:: html :class: mb-2 .. raw:: html
Progress Bars ------------- .. code-block:: html :class: mb-4 .. raw:: html
To Explore ---------- - ``inputmode`` - ``contenteditable`` - ``Some text`` - Highlight text - ``0123456789`` - Link to a phone number - ```` - ````