0

How to insert CSS into html?

Although I have go into class CSS, but still didn't get how to insert CSS into html. Did I possible to do it at this code? If so, how to do it? Thanks. This is my code: https://code.sololearn.com/WhW952GG7FDO/#html

11th Mar 2017, 1:08 AM
freedom
2 odpowiedzi
+ 5
you have to use the <style> tag for that
11th Mar 2017, 1:43 AM
nouha coding girl
nouha coding girl - avatar
0
<link rel="stylesheet" type="text/css" href="filename.css" > put it in head section, I assumed that you're asking to add external css file in html. let me know if your query is something else
11th Mar 2017, 2:17 AM
Raj Kumar Chauhan
Raj Kumar Chauhan - avatar