answersLogoWhite

0


Best Answer

Any text editor will, just save the file with .css at the end.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What program saves files as a CSS file?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What extension saves an external style sheet?

When you create an external style sheet for your Web pages, you should name the file following similar naming conventions for your HTML files. When you save it, you use the file extension .css so the browser will recognize that it is a CSS stylesheet.


How are CSS files created for and used by website pages?

How toYou can use CSS as an external file imported into a HTML file or CSS can be embedded into the HEAD section of a HTML page.Creating/Editing a CSS fileYou can create a CSS file by saving a .txt file as a .css file type. The easiest way though to edit CSS is by searching the web to find a Text Editor, an editor is usually free to download and will allow a user to manipulate CSS and HTML files and to save them.Importing CSS into a HTML fileTo import a CSS file into a HTML file a STYLE declaration must be made inside the HEAD tags of the document and a link to the CSS file is placed within the STYLE tags, see example below.Linking CSS into a HTML fileTo link a CSS file into a a HTML file, a LINK tag must be used and placed within the HEAD tags. Embedding CSS into a HTML fileTo embed CSS styles into a HTML file a STYLE tag must be used to contain the CSS, see example below.


How do you make CSS layouts?

CSS layouts can be created in an external CSS file. The extension of the file should be CSS only.


What are the Differences between style sheet and templates?

Templates can be composed of HTML/XHTML files, images, and a CSS file. They all work together to make a site, but the CSS has the control over how it looks. A CSS file by itself is just that. A CSS file of no use until it is linked to bt web pages to use its styling properties.


What is CSS File and why it is used?

A CSS file can tell the web browser how a web page is supposed to look. The web page (HTML file) itself says what words are on the page, and which pictures, but you CAN use the CSS file to specify what goes where, how big, what color and font, and things like that.You CAN also specify all those things in the HTML file. The biggest advantages of using separate CSS are:The same CSS file can be used for all pages in a site, so if you want to change something, you can just change it in one place, and all the pages will now look the way you want.If you use the same CSS file for every page, your pages will load faster, since the browser does not re-fetch the CSS file every time.


How do I use a CSS file?

You need a .html file with HTML code inside and a .css file containing your CSS instructions.For your CSS instructions, you'd move HTML instructions for presentation and appearance to your CSS file. For example, let's say in your HTML mark-up you now have a long section for your "Style" commands. These usually cover things like font size, font color, background image or color, and margins. As you move each HTML piece, you re-write it with CSS codes. Instead of numerous HTML instances that say you want all H1 levels to be a font size 12, you'd have one instance of code in the CSS that controls all instances of H1.Once you've got these 2 files you need to link the .css file inside your .html file in the section.To reference your .css you typically insert the following:


Why is the CSS not working?

if you neglected to save your css file in a .css format, then it may not work.


Are Cascading style sheets the files inserted into an HTML document that control the appearance of the web pages including layout colors and fonts?

CSS files, which stands for Cascading Style Sheets. CSS can be set up as a separate file which can be referenced by a webpage or you can have CSS directly in a HTML document. HTML itself can also be used to control fonts and colours.


What does CSS stand for in computer terms?

CSS= Cascading Style Sheet In CSS, you are basically using 2 files. The css file and the HTML file.( does not have to be HTML...) but, you edit your text and pic file extensions on the webpage. then you can control fonts, positioning of text, to define your div content. divs are areas that you've specified in the control file(css file) to take the content and arrange as you please. Hard to explain, but I hope this helps. I only use css...


What is an embedded style?

Embedded CSS simply means that your CSS is written in an external file (i.e. not in your HTML file). The external file can be anywhere on your server and must end in ".css". You would call this CSS file from inside your HTML file like this:On the otherhand, inline CSS is when your CSS is included inside of your HTML code, for example:foo


What is style menu?

Style menu is a file or set of files designed by some tools likewise: css, flash etc to improve the appearance of MENU's in applications..


What is contained in a CSS file?

Variables.