RUVIDEO
Поделитесь видео 🙏

CSS Comment | Part-4 | CSS Tutorial For Beginners | Tutorial007

Welcome to Tutorial007 and in this video, we will learn about the comment in class. So stay tuned and watch how we can comment in css.

Watch: https://www.youtube.com/watch?v=Dp0atAZb950
#tutorial007 #css #commentInCss #cssTutorial #cssInHindi

CSS uses the same "block comment" syntax as the C-like languages - you start a comment with /*, and end it with */.
However, CSS is missing the "line comment" syntax that those languages have, where everything from // to the end of the line is commented out.
People have asked for this syntax to be added repeatedly, but unfortunately our hands are mostly tied - CSS minifiers don't know about line comments, so if we added it and the minifier removed all the line breaks (as they tend to do), the line comment would accidentally comment out the entire rest of your stylesheet!
That said, CSS does actually already allow you to use //, after a fashion. It's not quite a line comment, but a next construct comment.
That is, whenever you use //, the next CSS construct - either declaration or block - will be "commented out". For example:
.foo {
width: auto;
//height: 500px;
background: green;
}

css single line comment

css multi line comment

what type of css is used to format a single website page?

how do you add a background color for all h1 elements?

which property is used to change the background color?

css comment section

which css property is used to change the text color of an element?

which of the following selector matches all elements of a type?

Stay tuned to #tutorial007 and learn HTML,CSS,Javascript,Java,PL/SQL,Java,Jquery,MVC,web Development and many more..

SUBSCRIBE to our YouTube channel, visit to:
https://www.youtube.com/tutorial007

*********************************************
Follow Tutorial007 on Facebook
https://www.facebook.com/Tutorial007

*********************************************
Follow Tutorial007 on Instagram
https://www.instagram.com/Devian_rana

**********************************************
Subscribe Tutorial007 on YouTube
https://www.youtube.com/tutorial007
**********************************************

Что делает видео по-настоящему запоминающимся? Наверное, та самая атмосфера, которая заставляет забыть о времени. Когда вы заходите на RUVIDEO, чтобы посмотреть онлайн «CSS Comment | Part-4 | CSS Tutorial For Beginners | Tutorial007», вы рассчитываете на нечто большее, чем просто загрузку плеера. И мы это понимаем. Контент такого уровня заслуживает того, чтобы его смотрели в HD 1080, без дрожания картинки и бесконечного буферизации.

Честно говоря, Rutube сегодня — это кладезь уникальных находок, которые часто теряются в общем шуме. Мы же вытаскиваем на поверхность самое интересное. Будь то динамичный экшн, глубокий разбор темы от любимого автора или просто уютное видео для настроения — всё это доступно здесь бесплатно и без лишних формальностей. Никаких «заполните анкету, чтобы продолжить». Только вы, ваш экран и качественный поток.

Если вас зацепило это видео, не забудьте взглянуть на похожие материалы в блоке справа. Мы откалибровали наши алгоритмы так, чтобы они подбирали контент не просто «по тегам», а по настроению и смыслу. Ведь в конечном итоге, онлайн-кинотеатр — это не склад файлов, а место, где каждый вечер можно найти свою историю. Приятного вам отдыха на RUVIDEO!

Видео взято из открытых источников Rutube. Если вы правообладатель, обратитесь к первоисточнику.