answersLogoWhite

0


Best Answer

If you are using notepad, when you go to save the file you will want to make sure that after the filename to include the extension .css to make sure that it saves as a CSS style sheet. Beyond that, there is no difference in creating a CSS style sheet with notepad then there is with Notepad++ or any other web design editor. You have the element, class, or id that you are styling, the properties that you want to set rules for, and the values you are going to set them to. For example, if you are wanting to have a white background with black text centered and in bold you would have a style sheet that looks like:

body {

background-color: #FFFFFF;

}

p {

text-color: #000000;

font-weight: bold;

margin-right: auto;

margin-left: auto;

}

In the above example, the body and p are the elements that you are styling, background-color, text-color, font-weight, margin-right, and margin-left are the properties that you are setting specific rules for, and #FFFFFF, #000000, bold, and auto are the specific values you are declaring for each rule.

User Avatar

Wiki User

13y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How can you make cascading styles on notepad?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where does the Cascading in Cascading Style Sheets come from?

Cascading is related to the way you can set up styles to overwrite each other. There are three types of writing styles. 1. Inline Inline styles are written in the middle of the code, and set the style for that specific tag. 2. Head Head styles are written in the head part of the page. They are overwritten by any inline styles. 3. External External styles are kept in a separate file which is referred to. They are overwritten by any head or inline styles.


What is the purpose of cascading styles sheets?

CSS is used to style web pages in the WWW!


What are sets of styles that use common fonts colors and formats called?

Generally, sets of styles are called Cascading Style Sheets (CSS). These styles can define everything related to HTML tags.


What is the full form of css in web designing?

CSS is short for Cascading Style Sheet. It is used to add styles to web pages.


How do you make a clock in notepad?

i dONT NO


What is a CSS in a MySpace?

CSS means cascading style sheet, CSS in a myspace profile styles the profile to look different using colors and background images.


What is the use of cascading style sheet in web development?

Cascading Style Sheet is a way of styling your document. It is a set of commands which make a page much more interactive.


Where are notepad files I can't find them in my computer file system?

Notepad files aren't something that just pop up on your system. You have to make them through the program called Notepad, which can be found at Start>All Programs>Accessories>Notepad. Once you have made the notepad document, you can save it somewhere on the computer, and then it is an editable Notepad file.


When was Cascading Waterfall created?

Cascading Waterfall was created in 1936.


What is the best program used to make a website?

notepad


How do you use the word cascading in a sentence?

The cascading waterfall was a beautiful sight.


How do you use notepad to make a webpage?

Using HTML Codes