---
title: "HTML Tips & Tricks 1/2"
url: https://daily.dev/posts/html-tips-tricks-1-2-yyjusq5ah
source_url: https://devdojo.com/semirteskeredzic/html-tips-tricks-12
type: article
source: "DevDojo"
published: 2021-12-06T15:21:43.581Z
updated: 2021-12-06T15:21:43.581Z
tags: ["webdev", "html"]
reading_time: 4
upvotes: 12
comments: 3
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# HTML Tips & Tricks 1/2

**[DevDojo](https://daily.dev/sources/devdojo)** · 4 min read · 12 upvotes · 3 comments

## Summary

Lazy loading is a strategy to identify resources as non-blocking (non-critical) and load these only when needed. Native autocomplete is a list of pre-defined options for an element. Clear forms with a native button will use forms to send data and alert user that the transfer was successful.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://devdojo.com/semirteskeredzic/html-tips-tricks-12>

## Community discussion

Top comments from developers on daily.dev.

**@spectrasonic** · 0 upvotes

> nice tips ^^ thanks, I will try them.

**@tahjib07** · 0 upvotes

> Having fun reading stuffs and improving my coding from these.

**@codevista** · 0 upvotes

> Sometime us dev forget that HTML can take at lot of the coding work from us.

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#html](https://daily.dev/tags/html)

[View this post on daily.dev](https://daily.dev/posts/html-tips-tricks-1-2-yyjusq5ah)
