Notice: This page requires JavaScript to function properly.
Please enable JavaScript in your browser settings or update your browser.
Парні та Одиночні теги | Теги та Атрибути
Знайомство з HTML
course content

Зміст курсу

Знайомство з HTML

Знайомство з HTML

1. Веб Розробка
2. Теги та Атрибути
3. Структура Документа
4. Медіа та Таблиці
5. Форми

book
Парні та Одиночні теги

У HTML існують як парні теги, так і одиночні теги (також відомі як теги, що самозакриваються). Кожен тип служить певній меті і має свою функцію.

Парні теги

Парні теги складаються з відкриваючого і закриваючого тегів. Вони можуть обгортати вміст і групувати елементи для зміни деяких властивостей або збирати елементи за змістом.

Синтаксис:

Ось реальний приклад використання парних тегів:

html

index

css

index

js

index

copy

Одиночні теги

Одиночні теги складаються лише з відкриваючого тегу і не мають закриваючого тегу. Вони використовуються, коли тег не вимагає вмісту або коли весь вміст і поведінка визначаються за допомогою атрибутів.

Синтаксис:

Ось реальний приклад використання одиночних тегів:

Single tags

Single tags consist of only an opening tag and no closing tag. They are used when the tag does not require content or when all content and behavior are specified using attributes.

Syntax:

Here's a real example of using single tags:

html

index

css

index

js

index

copy

Розглянемо наступний валідний (правильний) приклад:

Let’s consider the next valid (correct) example:

Let’s consider the next valid (correct) example:

html

index

css

index

js

index

copy

Note

To summarize, HTML consists of paired and single tags, each serving different purposes. Paired tags have an opening and closing tag to enclose content, while single tags are self-closing. Properly nesting tags and following the correct hierarchy are essential for a well-formed HTML structure.

Note

To summarize, HTML consists of paired and single tags, each serving different purposes. Paired tags have an opening and closing tag to enclose content, while single tags are self-closing. Properly nesting tags and following the correct hierarchy are essential for a well-formed HTML structure.

What are the two main categories of HTML tags? Please provide the names of these categories.

What are the two main categories of HTML tags? Please provide the names of these categories.

Виберіть правильну відповідь

Все було зрозуміло?

Як ми можемо покращити це?

Дякуємо за ваш відгук!

Секція 2. Розділ 3
We're sorry to hear that something went wrong. What happened?
some-alt