0
How Can i insert a CSS Code File to a HTML Code File? Please tell me in details
3 Respostas
+ 3
<link href="link" rel="stylesheet" type="text/css"> in the head section
+ 2
declare in the head section of your html a link tag
<link type="text/css" rel="stylesheet" href="(place here the folder when you got your css file, something like: css/stylesheet.css)" />
0
okay , thanks buddy's for your answer! It's really helpful for me!