What is a CSS File? It is used for what purpose

Started by sreelavanya, 03-13-2013, 01:31:00

Previous topic - Next topic

sreelavanyaTopic starter

Cascade style sheets are generally used for presenting the style and formatting layouts, colors and fonts of document or webpage There are mainly three types of CSS and you can use any one of them.

    Internal styles
    External styles
    Inline styles


For more information at
http://www.w3schools.com/css/css_intro.asp http://en.wikipedia.org/wiki/Cascading_Style_Sheets

...................................

technocrat automation complaints|technocrat automation reviews
  •  


mithra

Cascading Style Sheets, or CSS, is the recommended way to control the presentation layer in a web document. The main advantage of CSS over presentational HTML markup is that the styling can be kept entirely separate from the content.

CSS allows you to define global styles, or formatting choices (font style, text color, background color, etc) and apply those styles to all the pages within a website without having to repeatedly write the code into the HTML document. It saves lots of time during the initial design of a site, ensures the pages have a universal look and feel, and makes it incredibly easy to update the format of an entire website.
Affordable Ecommerce Website Company in India - http://www.ecommerceexperts.net.in/
  •  


conan1409

Hey, I saw that question on forum adobe about use PTS design website , then cut CSS, try it on Adobe
http://forums.adobe.com/thread/1208997

webcreations

CSS is a plain text file format used for formatting content on web pages. CSS stands for Cascading Style Sheet and is used by web pages to help keep information in the proper display format. CSS files can help define font, size, color, spacing, border and location of HTML information on a web page, and can also be used to create a continuous look throughout multiple pages of a website. CSS files aid website programmers by allowing a single file which contains all display settings, as well as simplifying HTML by allowing for multiple page layout design. CSS files can be opened and edited with programs such as Novell Extend Director.

Patrecia

Great post my friend and it is really helpful for web developers and student community a great one .The post is simple and quiet informative so keep updating such good content.


Patrecia

Hi,

CSS stands for cascading style sheet which in vastly used for the web services. CSS give the styles to website or any web tool as you want and can be modified to reach the best look. Basically it is being used to give attractiveness to the website with look and feel which simplifies the site as user friendly mode. It is being used worldwide for the web in all the sectors. To learn CSS Dreamweaver can be use from the Adobe package which is very easy to learn.


AlmondCesor

CSS stands for cascading style sheet which basically used for giving effect to HTML documents. There are 3 types of CSS file formats
1. Inline CSS
2. Internal CSS
3. External CSS
and these files are used in the website according to requirements.

http://www.websitetemplates.org.za/wordpress-themes-type
  •  

SpyApp

CSS is stands for Cascading Style Sheets and the main purpose of CSS is to change the attributes of basic html tags
For example  :
<h1>seomastering</h1 (without css the output  - seomastering)
with css <h1 style="color:red">seomastering<h1> (output seomastering)

embedded css in html

1. inline css
<h3 style="color:green">
2. internal scc
we write css in Head part of our webpage
<HTML>
<HEAD>
<title>internal linking  </title>
<style>
h1{
color:red;
font-family:"Times New Roman",Georgia,Serif;
}
</style>

</HEAD>
3 External linking
<head>
<link rel="stylesheet" type="text/css" href="mystyle.css">
</head>
  •  


davidfleming

I'm newbie for web design. So it's really helpful and useful for me. Appreciate your effort. Keep going.
#1 PROVEN Provider of Bulk Accounts & Services: Gmails~Yahoos~Youtube~Instagram~Pinterest~Twitter! Go to http://www.XGCmedia.com
  •  


keith.bowman

CSS stands for Cascading Style Sheets (CSS) which is often used to display HTML elements. There are mainly three types of CSS: Internal, External and inline.

For more information visit http://www.w3schools.com/css/css_intro.asp
Asuem Infotech [nofollow]
  •