У нас вы можете посмотреть бесплатно CSS Id and Class Selectors (Clip 8): Gentle Introduction to CSS for Beginners или скачать в максимальном доступном качестве, которое было загружено на ютуб. Для скачивания выберите вариант из формы ниже:
Если кнопки скачивания не
загрузились
НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием, пожалуйста напишите в поддержку по адресу внизу
страницы.
Спасибо за использование сервиса ClipSaver.ru
Tips, techniques, and best practices for using the CSS id selector, class selector, and element type + class selector. Use this link for the full course playlist: • Gentle Introduction to CSS for Beginners Lesson Links "CSS Selectors" on MDN: https://developer.mozilla.org/en-US/d... "CSS Naming Conventions that Will Save You Hours of Debugging": https://www.freecodecamp.org/news/css... To view the code for the "coding along" exercises in this lesson, click the link below. This takes you to my GitHub, which is a site for storing code files. You can then copy/paste text from those files (saving you some typing) or compare your code to the code from the exercise. External CSS (index.html): https://github.com/DeborahK/Gentle-In... External CSS (style.css): https://github.com/DeborahK/Gentle-In... Content 00:00 HTML id attribute 00:37 HTML class attribute 01:05 Class naming 01:27 Multiple classes on an element 01:50 Id selector 02:08 Class selector 02:28 Element type + class selector 02:43 Coding Along: Id and class selectors 02:55 Id selector (demo) 04:37 Class selector (demo) 05:35 Key points Course Description Every web page you see has some style: colors, fonts, backgrounds, layout. This course provides a gentle introduction to CSS, or cascading style sheets, for styling your websites. You'll learn about CSS, where to define styles, CSS syntax, selectors, and the CSS box module. You'll try out CSS layout features and explore how styles cascade. Throughout this course, you'll style a web page. Audience • Anyone new to web development. • Students considering a web developer career. • Existing web developers that want to reinforce their CSS knowledge. • Those that manage or interact with web developers to better understand what CSS is and how it's used. This course assumes you are familiar with the basics of HTML. If not, consider watching this HTML course first: • Gentle Introduction to HTML for Begin... This is the fourth course of the "How to Become a Web Developer" series.