--- title: Опис HTML елементів slug: Web/HTML/Елемент translation_of: Web/HTML/Element ---
{{HTMLSidebar("Elements")}}
This page lists all the {{Glossary("HTML")}} {{Glossary("Element","elements")}}. They are grouped by function to help you find what you have in mind easily. Although this guide is written for those who are newer to coding, we intend it to be useful for anyone.
Основні елементи є основою будь-якого HTML-документа. You'll see these elements in the source code for all web pages, following the doctype declaration, which is on the first line of the page. The doctype specifies which version of (X)HTML that page is using. Elements comprising the contents of a Web page are placed between the opening {{HTMLElement("html")}} tag and the closing </html>
tag. The {{HTMLElement("html")}} element is also known as the root element.
{{HTMLRefTable("HTML Root Element")}}
Metadata contains information about the page. This includes information about styles, scripts and data to help software ({{Glossary("search engine", "search engines")}}, {{Glossary("Browser","browsers")}}, etc.) use and render the page. Metadata for styles and scripts may be defined in the page or link to another file that has the information.
{{HTMLRefTable("HTML Document Metadata")}}
Content sectioning elements allow you to organize the document content into logical pieces. Use the sectioning elements to create a broad outline for your page content, including header and footer navigation, and heading elements to identify sections of content.
{{HTMLRefTable("HTML Sections")}}
Use HTML text content elements to organize blocks or sections of content placed between the opening {{HTMLElement("body")}} and closing </body>
tags. Important for {{Glossary("accessibility")}} and {{Glossary("SEO")}}, these elements identify the purpose or structure of that content.
{{HTMLRefTable("HTML Grouping Content")}}
Використовуйте вбудованний семантичний текст HTML, щоб визначити значення, структуру чи стиль слова, рядка чи будь-якого довільного фрагмента тексту.
{{HTMLRefTable("HTML Text-Level Semantics")}}
HTML підтримує різні мультименійні ресурси, такі як зображення, аудіо та відео.
{{HTMLRefTable("multimedia")}}
Окрім звичайного мультимедійного контенту, HTML може включати в себе ще й інший вміст, навіть якщо з ним не завжди легко взаємодіяти.
{{HTMLRefTable({"include":["HTML embedded content"], "exclude":["multimedia"]})}}
Для створення динамічного контенту та веб-додатків,HML підтримує використання мов сценаріїв, найбільш чітко JavaScript. Деякі елементи підтримують цю можливість.
{{HTMLRefTable("HTML Scripting")}}
Ці елементи дозволяють вказати, що конкретні частини тексту були змінені.
{{HTMLRefTable("HTML Edits")}}
Елементи які тут знаходяться, використовуються для створення та обробки табличних даних.
{{HTMLRefTable("HTML tabular data")}}
HTML provides a number of elements which can be used together to create forms which the user can fill out and submit to the Web site or application. There's a great deal of further information about this available in the HTML forms guide.
{{HTMLRefTable("HTML forms")}}
HTML offers a selection of elements which help to create interactive user interface objects.
{{HTMLRefTable("HTML interactive elements")}}
Web Components is an HTML-related technology which makes it possible to, essentially, create and use custom elements as if it were regular HTML. In addition, you can even create custom versions of standard HTML elements, as well.
{{HTMLRefTable({"include":["Web Components"],"elements":["shadow"]})}}
Warning: These are old HTML elements which are deprecated and should not be used. You should never use them in new projects, and should replace them in old projects as soon as you can. They are listed here for informational purposes only.
{{HTMLRefTable({"include":["Deprecated","Obsolete"]})}}