0
Hey I am new to coding. I was trying to code in the notepad with HTML and CSS but the output is only showing HTML and not CSS?
2 Answers
0
You should be careful while interconnecting you css and html files
<link rel="stylesheet" type="text/css" href="styles.css"/>
this is the correct way
0
Ok thank u