Combine CSS within HTML
-
How to attach the css file in the html?
I don't know how start a CSS file inside the HTML,I am just trying the same with my friend who was mentioned in the previous forum.
I am also just having interest to do what has been conveyed? -
You dont put a file inside HTML, you either put CSS directly inline or you link to the file.
-
-
@scottalanmiller Other person who was working in one small task who had the CSS file inside the HTML file.I was not not aware of that.
-
This is a so very basic and overdiscussed topic that you will find hundreds of thousands of tutorials about this using a three word Google search: "HTML embedd CSS"
-
@thwr Thank you Googling now !!!
-
@Lakshmana said in Combine CSS within HTML:
@scottalanmiller Other person who was working in one small task who had the CSS file inside the HTML file.I was not not aware of that.
It's not a file inside the other file, it's CSS inline (same file) or just a link to the other file.