Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
June 25, 2019 09:38 pm GMT

HTML can do that?

After witnessing some awesome things CSS can do, it's time for HTML to come in the same spotlight!

It's amazing that you can do so much with just HTML.

1. Dropdown with searchable text

2. Dialog box

3. Measuring progress

Styling this is not an easy task, I agree! But there's always some workaround and it's nicely explained here - How to style progress element

4. Expand/collapse details

5. Show correct mobile keypad based on input type

6. Add a simple colour picker

7. Highlight text

8. Create a direct phone number link

Similar to email link with mailto we can also create a direct phone number link.

<a href="tel:+917272727272">+91-7272727272</a>

9. Show deletion and insertion of text

10. Edit page contents

Wish to make your own browser editor? You can do that too - How to make browser editor with html.

Note: Not all browsers have implemented these elements and attributes. But we can still use these today with progressive enhancements!

HTML is the foundation of any webpage, it's only wise to pay real good attention to it. Semantic markup not only helps in SEO but also helps in accessibility.

If you've come across any such cool thing HTML is capable of, please mention below


Original Link: https://dev.to/ananyaneogi/html-can-do-that-c0n

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To