1. Tubelator AI
  2. >
  3. Videos
  4. >
  5. Education
  6. >
  7. Практична № 2. Текстові елементи вебсторінки | Модуль Вебтехнології | 10(11) клас | Речич

Практична № 2. Текстові елементи вебсторінки | Модуль Вебтехнології | 10(11) клас | Речич

Available In Following Subtitles
English
Variant 1
Ukrainian
Variant 1
Posted on:
Learn how to work with text elements on a web page in this practical session for 10th-11th-grade students. Follow along with creating folders and writing basic HTML structures using Sublime Text3 code editor as part of the Web Technologies module.
tubelator logo

Instantly generate YouTube summary, transcript and subtitles!

chrome-icon Install Tubelator On Chrome

Video Summary & Chapters

No chapters for this video generated yet.

Video Transcript

0:00
We will do practical work 2.0 with the Redchitch informatics, web technologies,
0:06
mod for learning 10-11 classes, standard level.
0:10
Create a folder with the site name.
0:12
I will create on the desktop.
0:22
And open the code editor.
0:24
I will use the Sublime Text3 code editor.
0:31
Save the file.
0:32
To do this, run the file SaveWithEncoding and here we choose otf8.
0:42
Save the site in the folder, only what is created.
0:46
The file name will be index.html.
0:52
File type html. Save.
0:57
We will enter the basic structure of the html page.
1:00
Write html and click the tab key.
1:03
As you can see, Sublime Text helped us and created the basic HTML page structure.
1:13
The only thing we will do is to put a stepback here, select and press the Tab key.
1:23
These steps will not be read by the browser, and they are made only to make it easier to read the markup.
1:33
In the tag html we will add the attribute lang
1:38
with which we can set the language
1:41
on which the site will be written
1:44
We have Ukrainian language
1:46
yuk
1:51
In addition, between the tags head
1:53
we will add
1:55
tag meta
1:57
tag starts with a square arrow
1:59
we choose from the list with tips
2:02
meta
2:04
and for locking already charset.tf8
2:07
Enter the site name
2:09
between the tags title
2:11
The site name will be
2:15
mysite
2:20
Let's save
2:22
and load
2:27
this HTML page index
2:29
I will use the browser
2:32
Google Chrome
2:34
As you can see, the page overview
2:36
on the tab already exists
2:48
For convenience, I will place
2:51
simultaneously
2:53
and the code editor
2:54
and a browser for displaying our page.
3:07
Between tags of body we will write tag header
3:11
for displaying the site header
3:19
In addition, we will need tag nav
3:23
which sets the navigation on the site
3:33
and tag footer for the site's base
3:36
In the header we will write tag title of the first level
3:48
h1

Video Summary & Chapters

No chapters for this video generated yet.

Video Transcript

0:00
Виконуємо практичну роботу 2, запосібником Ratchet, інформатика, веб-технології,
0:06
моду для учень 10-11 класів, рівень стандарту.
0:10
Створимо папку з іменем Site, я буду створювати на робочому столі,
0:22
та відкриємо редактор коду.
0:24
Я буду використовувати редактор коду Sublime Text3.
0:31
Зразу збережемо файл.
0:32
До цього виконуємо файл SaveWithEncoding та ось тут вибираємо OTF-8.
0:42
Зберігаємо в папці Site тільки що створений.
0:46
Ім'я файлу буде index.html.
0:52
Тип файлу html.
0:55
Зберегти.
0:57
Уведемо базову структуру HTML-сторінки.
1:00
Запишемо HTML та натиснемо клавіатуру Tab.
1:04
Як бачимо, Sublime Text нам допоміг
1:08
і зразу створив базову структуру HTML-сторінки.
1:13
Єдине, що зробимо, так це поставимо ось тут відступ,
1:17
виділимо та натиснемо клавіатуру Tab.
1:23
Дані відступи браузером читатися не будуть,
1:26
і вони зроблені тільки для того, щоб було зручніше читати розмітку.
1:33
В тег HTML допишемо атрибут lang, з допомогою якого можна задати мову, на якій буде написаний сайт.
1:44
У нас мова українська, yuk.
1:51
Крім того, між тегами head допишемо тег meta.
1:57
Тег розпочинається з квадратної дужки.
2:00
Зібраємо зі списка з підказками мета
2:04
і за замовченням вже чапсет УТФ-8
2:07
Уведемо назву сайта
2:10
між тегами title
2:12
Назва сайта буде
2:14
mysite
2:21
Давайте збережемо
2:27
і завантажимо до нашої меж сторінки індекс
2:30
Я буду використовувати браузер Google Chrome
2:34
Як бачите, загалок сторінки на вкладці вже існує
2:48
Для зручності я розміщу одночастор і редактор коду,
2:55
і браузер для відображення нашої сторінки.
3:07
Між тегами боді запишемо тег header для відображення шапки сайту.
3:20
Крім цього нам буде потрібно тег nav, який задає навігацію по сайту,
3:33
і тег footer для підвалу сайту.
3:44
В хедері запишемо тег заголубка першого рівня h1
3:49
і в ньому запишемо main header name of site.
4:06
Далі запишемо заголовок другого рівня h2, де запишемо Sav header topic of site.
4:28
Тепер між тегами nav запишемо маркований список.
4:33
Для цього запишемо тег ul.
4:38
В середині тегів ul мають бути теги li, тобто елементи списку.
4:44
Елементами списку будуть гіперпосилання,
4:48
Пишемо TECH A, якому має бути обов'язковий атрибут GREF, значення якого буде, це сторінка, на якому буде.
5:00
на яке буде посилання з розширенням HTML.
5:06
А сам текст Home.
5:13
Ще в нас буде 3 елементи з списку.
5:17
Скопіюємо, щоб було швидше, та виправимо.
shape-icon

Download extension to view full transcript.

chrome-icon Install Tubelator On Chrome

YouTube First AI Assistant

chrome-icon Install On Chrome

AI Art For This Video No image generated for this video yet but here is the example.

ai art
0:09
Prompt
spider man in aladdin style, bright colors, hyper quality, high detail, high resolution, --video --s 750 --v 6. 0 --ar 1:2
ai images

Explore more in Education

More videos from EVU er El- og VVS-branchens uddannelsessekretariat