answersLogoWhite

0

You just need to have an idea about it's properties. CSS provides a full range of properties, a user is able to work upon.

User Avatar

Wiki User

10y ago

What else can I help you with?

Related Questions

What is css and deffrent type of css?

css


What are the types of style sheets?

CSS is CSS. Three methods in order of preference and precedence are:External CSS fileEmbedded CSS using the style tags placed between the head tags of the HTML page.Inline CSS used inside an HTML tag.Types could refer to ones that can be made specifically for media, print, screen, etc. See list of media types in related links.


What is valid css?

Valid CSS is CSS that has been run through the W3C CSS checker and passed.


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.


Why is the CSS not working?

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


What is CSS when referred to in the U.S. military?

CSS refers to Confederate States Ship as in the name CSS Shenadoah.CSS refers to Confederate States Ship as in the name CSS Shenadoah. In computer terms CSS is a Cascading Style Sheet.


What are the strict rules of html5?

CSS


How do you make div by using css?

You can make CSS inside a div but not div in CSS. CSS inside div could be done by : <do=iv style="">.


Difference between inline and internal css?

Inline CSS sits within the HTML tag.For example: your text hereWhen using Internal CSS, all the CSS instructions sit in the section between your css here tags.To use Internal CSS you have to tell the page that you want it to use the css whilst Inline CSS is run automatically as the page is read.


How do you download css 1.5?

Because there is no CSS 1.5 and CSS is not down loadable. CSS2.1 and partly supported CSS 3.0 are what you need to learn. Any downloads would be a tutorial of CSS in a PDF/ZIP or some format. See... CSS Tutorials might help you.


When would one complete a CSS profile?

CSS Profile stands for College Scholarship Service Profile. College students in need of money can contact the College Board of the U.S. in order to get a financial aid.


The order when combining all of the CSS styles for lists is?

When using the shorthand list property in CSS, the order of the arguments is:list-style-typelist-style-positionlist-style-imageinheritGiving us a CSS declaration that might read like this:list-style: circle inside url('lists.png');In the above case, the circle declaration will be used if images aren't available in the browser for lists.