My issue
How to remove style tags in index.html
My code
// your code goes here
Learning course: Learn HTML / CSS
Problem Link: CodeChef: Practical coding for everyone
How to remove style tags in index.html
// your code goes here
Learning course: Learn HTML / CSS
Problem Link: CodeChef: Practical coding for everyone
Just copy all the text written inside and tag. And, paste in the CSS file. After that delete the complete style tag.
just create one style.css file and copy all the css written in style tag in html and paste in style.css file.