try to link css file and html file | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

try to link css file and html file

Hi , I try to link css file and html file but I register both file on my after I put the code , they appear in .txt What do you have to do to change that ? Is it ANSI code to change ? thanks for your help !

26th Apr 2018, 6:53 AM
S. Kaouche
S. Kaouche - avatar
4 Answers
0
Hey !! It's very simple # Make an HTML file and save it with .html / .htm extension . # Make a CSS file and save it with style.css # Open your HTML file and in the head section type : <link type="text/css" rel="stylesheet" href="style.css"> # Suppose you have saved your CSS file in a folder named style so you can type : <link type="text/css" rel="stylesheet" href="style/style.css">
26th Apr 2018, 6:58 AM
Programme
Programme - avatar
0
...yes but for the problem is when I save the document . I m not suggested html , htm ... I write .htm or .css , it registred but it appears htm.txt or css.txt thanks Programme for your answer !
26th Apr 2018, 7:10 AM
S. Kaouche
S. Kaouche - avatar
0
S. Kaouche You have to make a name of your file like index.html without name it cannot be..
26th Apr 2018, 7:13 AM
Programme
Programme - avatar
26th Apr 2018, 7:23 AM
S. Kaouche
S. Kaouche - avatar