0
Как пользоваться тегом <div>, и для чего он?
Здравствуйте! Я, практически, только что начала изучать Html. Хочу создать сайт. Помогите пожалуйста разабраться в теге <div>! Зариние, Спасибо!
5 Respostas
0
Rus: Спасибо, большое!
USD: Thank you so much
+ 9
🇷🇺 <div> действует как контейнер для других объектов (тегов и элементов HTML). Можно его использовать на пример называя его каким-то id и тогда обращая через него к целому его внутрью.
🇬🇧 <div> works like a container for other HTML elements. You can use it for example by naming it with an id and then manipulating all its contents (whole code blocks) with relating only to this one id, instead of having to address to each of the items inside separately.
+ 6
No problem. Did you maybe marked my answer as best? Because I got a notification about it (and a related xp boost ;) and when I entered this thread to check it, I can't see it... :/
+ 3
Which language/ programming language is this? 😳😳
+ 3
Russian/HTML, respectively :)