How can i make link Html and css coding please | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How can i make link Html and css coding please

4th Jun 2020, 8:07 AM
Farah Mohamed Feisal
5 Answers
+ 1
<link rel="stylesheet" type="text/css" href="cssfile.css"> Replace the cssfile.css with your file
4th Jun 2020, 8:29 AM
Alex
Alex - avatar
+ 1
You can do as ALEX said, one more suggestion you can prefer codepen. Io for writing html, css, JS.
4th Jun 2020, 8:42 AM
v@msi😉
v@msi😉 - avatar
4th Jun 2020, 8:46 AM
Ayush Kumar
Ayush Kumar - avatar
0
Am confusing that styling html with css for external method so how can I creat a link between this two
4th Jun 2020, 8:24 AM
Farah Mohamed Feisal
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>
6th Jun 2020, 4:58 AM
Asif Suhel
Asif Suhel - avatar