H A J R A Profile picture
UI/UX Designer | Web Developer | Sharing tips, tricks, and resources to help make your learning journey easier. ๐Ÿ‘ฉโ€๐Ÿ’ป DM for collab

Nov 8, 2021, 11 tweets

HTML can do that?

A thread ๐Ÿงต๐Ÿ‘‡

- Send Mail: While using <a> tag as an email tag, you will use mailto: email address along with href attribute.

- Dropdown Input: The <select> element is used to create a drop-down list. It is most often used in a form, to collect user input.
- The <option> tags inside the <select> element define the available options in the drop-down list.

- Color picker: The <input type="color"> defines a color picker. The default value is #000000 (black). The value must be in seven-character hexadecimal notation.

- Camera: Open Mobile camera using Html.

- Contenteditable: The contenteditable attribute specifies whether the content of an element is editable or not.

- Month: The <input> elements of type month create input fields that let the user enter a month and year allowing a month and year to be easily entered.

- Progress: The <progress> tag represents the completion progress of a task.

- Time: The <input> elements of type time create input fields designed to let the user easily enter a time (hours and minutes, and optionally seconds).

- Range: The <input type="range"> defines a control for entering a number whose exact value is not important (like a slider control). Default range is 0 to 100.

That's all for the thread.

If you find it useful retweet the first one.
Happy Learning. โœจ๐Ÿ’™

Share this Scrolly Tale with your friends.

A Scrolly Tale is a new way to read Twitter threads with a more visually immersive experience.
Discover more beautiful Scrolly Tales like this.

Keep scrolling