https://markodenic.com/posts/html-tips/ Marko Denic * BLOG * TOOLS * USES html HTML Tips HTML Post Author - Marko by Marko | April 12, 2020 In this article, I will share with you some very useful HTML tips. Enjoy! * Post will be updated regularly with new tips! But first, what is HTML? Hypertext Markup Language (HTML) is the standard markup language for documents designed to be displayed in a web browser. It can be assisted by technologies such as Cascading Style Sheets (CSS) and scripting languages such as JavaScript. Let's start! 1. The `loading=lazy` attribute Performance tip. You can use the loading=lazy attribute to defer the loading of the image until the user scrolls to them. Alternative Text 2. Email, call, and SMS links: Send us an email Call us Send us a message 3. Ordered lists `start` attribute. Use the start attribute to change the starting point for your ordered lists. Codepen Preview 4. The `meter` element You can use the element to display quantities. No JavaScript/ CSS needed. See the Pen Base Element by Marko (@denic) on CodePen. 5. HTML Native Search See the Pen Native HTML Search by Marko (@denic) on CodePen. 6. Fieldset Element You can use the
element to group several controls as well as labels (