Z kursu: CSS Essential Training
Odblokuj cały kurs już dziś
Dołącz dzisiaj, aby uzyskać dostęp do ponad 23 500 kursów prowadzonych przez ekspertów w branży.
Referencing CSS – CSS: przewodnik
Z kursu: CSS Essential Training
Referencing CSS
- [Instructor] Before we get into writing CSS, let's discuss three ways to add CSS to the HTML: inline, internal, and external. The inline method uses a style attribute added to the opening HTML tag. The CSS style rules are added as the value of the attribute. Since the styles are applied directly to each element, they are not reusable. Each style declaration must be added to each element, even if it's the same style. Also, multiple styles must be added to the same style attribute which can make it difficult to read and manage. Inline styles will override other CSS style rules added by other methods, potentially leading to conflicts. They should be used sparingly if at all since this method is not flexible and can be difficult to maintain. With the internal method, the CSS is added to the head section of the HTML document. All the CSS style rules are enclosed between style tags. CSS selectors can then be used to apply…
Korzystaj z plików z ćwiczeniami, aby zmieniać teorię w praktykę
Pobierz pliki wykorzystywane przez instruktora podczas kursu. Weź udział i ucz się oglądając, słuchając i ćwicząc.
Spis treści
-
-
-
HTML and CSS1 min10 s
-
(zablokowane)
Working with website files3 min25 s
-
(zablokowane)
Writing code with a text editor3 min40 s
-
(zablokowane)
Customizing your text editor3 min29 s
-
(zablokowane)
Project: Overview and setup7 min46 s
-
(zablokowane)
Where to find images2 min52 s
-
(zablokowane)
Optimizing images for the web3 min41 s
-
(zablokowane)
Relative and absolute paths2 min43 s
-
(zablokowane)
Project: Adding images and icons7 min13 s
-
(zablokowane)
Referencing CSS2 min44 s
-
(zablokowane)
Project: Creating a CSS file3 min4 s
-
-
-
-
-
-
-
-