Go Back   Site Owners Forums - Webmaster Forums > Web Programming > Programming General > HTML / DHTML

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 05-08-2014, 02:33 AM   #1
praveen007
Registered User
 
Join Date: Mar 2014
Posts: 96
what is css and how does it work?

explain css with all types??
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
!
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Last edited by praveen007; 05-08-2014 at 02:35 AM..
praveen007 is offline   Reply With Quote

Old 05-27-2015, 07:00 AM   #2
yasar
Registered User
 
Join Date: May 2015
Posts: 61
Css is used to define the layout of html site,
These are 3 type
Inline css
Ex:
<span style="color:#000"></span>
External Css
<div class ="example">
Hi How Are You
</div>

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

.example
{
color:red;
}
Internal css
Ex:
<head>
<style>
.example
{
color:red;
}
</style>
</head>
<div class ="example">
Hi How Are You
</div>
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
yasar is offline   Reply With Quote
Old 06-01-2015, 10:48 AM   #3
yasar
Registered User
 
Join Date: May 2015
Posts: 61
Its also Right, Without Css We cant make layout of our site
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
yasar is offline   Reply With Quote
Old 09-30-2016, 05:41 AM   #4
omkarsoft
Registered User
 
Join Date: Sep 2014
Location: Bangalore,Karnataka
Posts: 133
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
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
omkarsoft is offline   Reply With Quote
Old 10-01-2016, 02:38 AM   #5
whmcssmarters
Registered User
 
Join Date: Sep 2016
Posts: 85
Hi, CSS is used for changing the layout and formatting of a html webpage.

For more details u can go to W3schools.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.



To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
whmcssmarters is offline   Reply With Quote
Old 10-03-2016, 09:53 PM   #6
topgoodreviews
Registered User
 
Join Date: Sep 2016
Posts: 16
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.
__________________
Wasim Ali
Email
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Website
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
topgoodreviews is offline   Reply With Quote
Old 10-05-2016, 04:00 AM   #7
wiliamjamesh
Registered User
 
Join Date: Sep 2016
Posts: 617
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.
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
|
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
wiliamjamesh is offline   Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 01:59 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.