I need html5 all tag ,
plz give me tag

Dani AI

Generated

— for a complete, accurate list of HTML elements it is better to consult authoritative references rather than a single copy‑paste. is correct that element lists are widely available online, and linked a quick tutorial. For a developer‑facing element index use the MDN HTML elements reference (MDN HTML elements reference), and for the normative, continuously updated specification use the WHATWG HTML Living Standard (HTML Standard — WHATWG). (developer.mozilla.org)

Think in functional groups instead of expecting a single flat "HTML5 tags" dump: semantic/layout (header, nav, main, article, section, aside, footer, figure, figcaption); media/graphics (audio, video, canvas, picture, source, track); interactive/UI and components (details, summary, dialog, progress, meter, time, mark, template, slot); and form/input improvements (email, tel, url, date, range, color, datalist, output). MDN organizes elements by purpose and clearly marks obsolete or deprecated elements — its element index currently lists the elements used by modern HTML. (developer.mozilla.org)

Practical next steps: use the MDN index for accurate syntax and semantics, verify cross‑browser support on Can I Use, and add ARIA attributes or polyfills when targeting older browsers. Tutorials like the one linked are useful for getting started, but rely on MDN/WHATWG when you need authoritative, up‑to‑date details. (caniuse.com)

Recommended Answers

All 2 Replies

The new elements introduced in HTML 5 is widely available if you do a search online.

Follow this link and i think this is what you wanted...

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.