+ 2
How to use html and css both
Html and css
6 ответов
+ 8
In the html code in the <head> tag you connect css, via "<link rel =" stylesheet "href =" path and file name "> in .css format
+ 4
Ketan Kavaiya This lesson explains the three ways in which css can be implimented with html.
https://www.sololearn.com/learn/CSS/1079/
+ 3
On code playground if you use the web option there are tabs for css and js as well.
+ 1
To ease the task install a code editor (notepad++,sublime or visual studio code etc) and then proceed with this
https://www.sololearn.com/learn/CSS/1079/
+ 1
Use <style> inner <head> tag
0
my