+ 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 !
5 Answers
+ 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 .
+ 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>
+ 3
How do i add the .css into html file?
+ 3
Ok thanks!
+ 1
do html and css course