0
How can i make link Html and css coding please
5 ответов
+ 1
<link rel="stylesheet" type="text/css" href="cssfile.css">
Replace the cssfile.css with your file
+ 1
You can do as ALEX said, one more suggestion you can prefer codepen. Io for writing html, css, JS.
+ 1
https://www.sololearn.com/learn/CSS/1079/
Have a look
0
Am confusing that styling html with css for external method so how can I creat a link between this two
0
First check your css file and html file in the same folder
then
open your html file in editor
Then
In the head section
Ex
If we have a css file c1.css
<head>
<link href="c1.css" rel="stylesheets" />
</head>