Site Owners Forums - Webmaster Forums

Site Owners Forums - Webmaster Forums (http://siteownersforums.com/index.php)
-   HTML / DHTML (http://siteownersforums.com/forumdisplay.php?f=7)
-   -   what is css and how does it work? (http://siteownersforums.com/showthread.php?t=141232)

praveen007 05-08-2014 02:33 AM

what is css and how does it work?
 
explain css with all types??

yasar 05-27-2015 07:00 AM

Css is used to define the layout of html site,
These are 3 type
Inline css
Ex:

External Css

Hi How Are You


Below Css Are used to External sheet this sheet connect with inbetween the Html Header tag

.example
{
color:red;
}
Internal css
Ex:




Hi How Are You

yasar 06-01-2015 10:48 AM

Its also Right, Without Css We cant make layout of our site

omkarsoft 09-30-2016 05:41 AM

Website Development Company, Web Designing Company
 
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language.

It Works :Go to the home page for Web X-Ray Goggles. Drag the bookmarklet link in that page to your browser toolbar. Open your sample HTML document. Activate Web X-Ray Goggles by clicking the bookmarklet on the toolbar. Move your mouse pointer around over your document to see the elements in the document

whmcssmarters 10-01-2016 02:38 AM

Hi, CSS is used for changing the layout and formatting of a html webpage.

For more details u can go to W3schools.

topgoodreviews 10-03-2016 09:53 PM

CSS stands for Cascading Style Sheets, and it is used to style web pages' elements. You can change font family, size, color, adjust elements border, padding, change elements positions, change background color etc.

Html is used to define the structure of webpages and we use CSS to style those web pages.

wiliamjamesh 10-05-2016 04:00 AM

Cascading Style Sheets is a presentation definition language that is used to control the layout of HTML document by attaching styles. There are three types of Style sheets available-
1.Inline Style Sheets.
2.Embedded or Internal Style Sheets.
3.External Style Sheets.


All times are GMT -7. The time now is 05:30 PM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.