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-документа і слугує його основою, подібно до фундаменту будинку.

html

index

css

index

js

index

copy

Елементи верхнього рівня

Елементи верхнього рівня призначені для створення фундаментальної структури веб-сторінки та ідентифікації заголовка і основної частини документа.

html

index

css

index

js

index

copy

Тег

Тег <head> HTML-документа містить метадані веб-сторінки, такі як заголовок, опис, кодування тощо. Ця інформація невидима у вікні браузера. Однак вона дає браузеру вказівки щодо обробки та відображення сторінки.

Тег

Тег <body> містить весь видимий вміст веб-сторінки, такий як текст, зображення, посилання та мультимедіа. Це основний розділ, куди автори веб-сайтів додають вміст, який користувачі бачать у вікні браузера.

html

index

css

index

js

index

copy

head tag

An HTML document's <head> tag contains metadata for the web page, such as the page's heading, description, encoding, etc. This information is not visible in the browser window. However, it instructs the browser on processing and displaying the page.

html

index

css

index

js

index

copy

body tag

The <body> tag contains all the visible content of a web page, such as text, images, links, and multimedia. It is the main section where website authors add the content users see in the browser window.

html

index

css

index

js

index

copy
1. What is the minimum required set of tags, which serves as the basis for any HTML document?
2. What are the correct statements?
What is the minimum required set of tags, which serves as the basis for any HTML document?

What is the minimum required set of tags, which serves as the basis for any HTML document?

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

What are the correct statements?

What are the correct statements?

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

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

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

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

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