Without extension pack css will not be run ? | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
0

Without extension pack css will not be run ?

28th Apr 2023, 12:16 PM
Ñìtíñ Lõhúmî
Ñìtíñ Lõhúmî - avatar
3 ответов
+ 8
You can use inline css in html without creating of external css file, but mostly coder prefers external css styling details should be another file.
28th Apr 2023, 12:27 PM
Sakshi
Sakshi - avatar
+ 2
Oh this is possible
28th Apr 2023, 12:38 PM
Ñìtíñ Lõhúmî
Ñìtíñ Lõhúmî - avatar
+ 2
Browsers run external CSS (and JS too) as a standard, and for a very long time. There's no need for any extensions to allow external files.
28th Apr 2023, 1:54 PM
Emerson Prado
Emerson Prado - avatar