+ 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?

12th May 2017, 8:59 AM
¤ rookie ¤
¤ rookie ¤ - avatar
5 Réponses
+ 6
yes, although I would highly recommend notepad++ instead of notepad
12th May 2017, 9:01 AM
Ahri Fox
Ahri Fox - avatar
+ 4
how to link priyam? is it the <link> tag?
12th May 2017, 6:23 PM
¤ rookie ¤
¤ rookie ¤ - avatar
+ 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.
12th May 2017, 5:59 PM
priyam chopra
priyam chopra - avatar
+ 1
To link your external CSS file with HTML file add <link rel=stylesheet type=css href=file.css>in the head section.
12th May 2017, 6:32 PM
priyam chopra
priyam chopra - avatar
0
Yes
20th Jun 2017, 3:19 PM
Vaghinak