+ 5

Where Can I use CSS Code at?

is CSS same as HTML can be use in the notepad or need other stuff to do it? Thanks !

13th Jan 2018, 7:17 AM
Lun
Lun - avatar
5 Respuestas
+ 5
No, there is no such requirement needed for it. You can easily code a css file in notepad or any other Editor. Just save the file with .css extensions. And add it in your html file .
13th Jan 2018, 7:45 AM
Akash Pal
Akash Pal - avatar
+ 4
Just add a link in the head section like this code you can see :- <!DOCTYPE html> <html> <head> <title>Page Title</title> <link rel="stylesheet" href="location of the file " /> </head> <body> </body> </html>
13th Jan 2018, 7:54 AM
Akash Pal
Akash Pal - avatar
+ 3
How do i add the .css into html file?
13th Jan 2018, 7:48 AM
Lun
Lun - avatar
+ 3
Ok thanks!
13th Jan 2018, 7:55 AM
Lun
Lun - avatar
+ 1
do html and css course
13th Jan 2018, 12:22 PM
Stefan Matijevic