+ 8
Will it work if I'm going to open my website in HTML format even I've apply some CSS? HELLLLLP!
I've done a "coding while learning the lesson" in HTML course. And now I'm learning CSS and I wanna do also my way "coding while learning the lesson". I'm wondering the website I've created was in .hmtl format my editor is notepad my browser is chrome, will it work?
5 Respostas
+ 6
yes, although I would highly recommend notepad++ instead of notepad
+ 4
how to link priyam? is it the <link> tag?
+ 2
Your CSS formating will surely work in HTML document whether you put it in same html file or link an external CSS file in your HTML document.
+ 1
To link your external CSS file with HTML file
add <link rel=stylesheet type=css href=file.css>in the head section.
0
Yes