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

Notices


Reply
 
Thread Tools Rate Thread Display Modes
Old 11-10-2016, 03:56 AM   #31
jackwilson
Registered User
 
Join Date: Nov 2016
Posts: 74
CSS Means cascading style sheet .It used in webpage designing for design your page in in a stylish manner.
__________________

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.
jackwilson is offline   Reply With Quote
Old 11-11-2016, 11:59 PM   #32
phamdung
Registered User
 
Join Date: Oct 2016
Posts: 23
CSS is stand for: Cascading Style Sheets
- If you want to make a website you like or a beautiful website you will need to know the css.
- Css will make your fonts is bigger or smaller , draw a color you like and make your website is able to show in mobile and any platform.
- If you dont know css , it's your biggest mistake you ever made
- Pleasure to help
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
phamdung is offline   Reply With Quote
Old 11-16-2016, 12:44 AM   #33
Walteradams
Registered User
 
Join Date: Jan 2016
Location: 25119 N. Aspen Grove Lane Colbert, WA 99005
Posts: 142
CSS is the language for describing the presentation of Web pages, including colors, layout, and fonts. It allows one to adapt the presentation to different types of devices, such as large screens, small screens, or printers. CSS is independent of HTML and can be used with any XML-based markup language.
__________________

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.
Walteradams is offline   Reply With Quote
Old 11-17-2016, 03:12 PM   #34
dd91
Registered User
 
Join Date: Nov 2016
Posts: 10
HTML is the skeleton of the website and the CSS is how the website is designed in order to style the website so that it characterises the business or blog.
__________________

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.
dd91 is offline   Reply With Quote
Old 11-21-2016, 10:40 PM   #35
lalitiweb
Registered User
 
Join Date: Oct 2016
Posts: 140
CSS is Cascading Style Sheet used to design a webpage in HTML to make it more attractive and user friendly so that it can target more audience easily.
__________________

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.
lalitiweb is offline   Reply With Quote
Old 11-28-2016, 09:00 PM   #36
namphuong
Registered User
 
Join Date: Aug 2016
Posts: 1
CSS stand for cascading style sheet.
__________________

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.
namphuong is offline   Reply With Quote
Old 01-02-2017, 04:21 AM   #37
Nandu41
Registered User
 
Join Date: Sep 2016
Posts: 65
CSS is a style language that defines layout of HTML documents. For example, CSS covers fonts, colours, margins, lines, height, width, background images, advanced positions and many other things.
__________________

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.
Nandu41 is offline   Reply With Quote
Old 05-18-2017, 01:14 AM   #38
btsoft
Registered User
 
Join Date: May 2017
Location: Viet Nam
Posts: 11
What is CSS?
CSS stands for Cascading Style Sheets
CSS describes how HTML elements are to be displayed on screen, paper, or in other media
CSS saves a lot of work. It can control the layout of multiple web pages all at once
External stylesheets are stored in CSS files
Why Use CSS?
CSS is used to define styles for your web pages, including the design, layout and variations in display for different devices and screen sizes.

CSS Solved a Big Problem
HTML was NEVER intended to contain tags for formatting a web page!

HTML was created to describe the content of a web page, like:

<h1>This is a heading</h1>

<p>This is a paragraph.</p>

When tags like <font>, and color attributes were added to the HTML 3.2 specification, it started a nightmare for web developers. Development of large websites, where fonts and color information were added to every single page, became a long and expensive process.

To solve this problem, the World Wide Web Consortium (W3C) created CSS.

CSS removed the style formatting from the HTML page!

CSS Saves a Lot of Work!
The style definitions are normally saved in external .css files.

With an external stylesheet file, you can change the look of an entire website by changing just one file!
__________________

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.
btsoft is offline   Reply With Quote
Old 05-25-2017, 02:39 AM   #39
Rationaltech
Registered User
 
Join Date: May 2017
Posts: 16
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language.


web designing company in Hyderabad,
web designing company,
web designing company in India
Rationaltech is offline   Reply With Quote
Old 05-29-2017, 12:25 AM   #40
JamesLiam
Registered User
 
Join Date: May 2017
Posts: 15
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language.
__________________

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.
JamesLiam is offline   Reply With Quote
Old 06-02-2017, 09:19 AM   #41
musab
Registered User
 
Join Date: Jun 2017
Posts: 10
CSS is cascading style sheet...It is used for formatting of a website..
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
musab is offline   Reply With Quote
Old 06-05-2017, 03:16 AM   #42
robertlawis
Registered User
 
Join Date: Jun 2017
Posts: 18
CSS means Cascanding style sheet. to css you can make designer theme of HTML page. fully designer website want you make then using css for the website.
__________________
If you are looking for
To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
then click & touch with us.
robertlawis is offline   Reply With Quote
Old 06-06-2017, 11:38 PM   #43
iammanisha
Registered User
 
Join Date: Mar 2017
Posts: 50
css stands for cascading style sheet used to give style to html page. It is used for making layout of web pages.
__________________

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.
|
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.
iammanisha is offline   Reply With Quote
Old 06-17-2017, 02:22 AM   #44
haogreaves
Registered User
 
Join Date: Jun 2017
Posts: 15
thank for share
__________________

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.

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.
haogreaves is offline   Reply With Quote
Old 06-22-2017, 05:37 AM   #45
BryceBrady
Registered User
 
Join Date: Oct 2016
Posts: 580
Cascading Style Sheets (CSS) is a style sheet language used for describing the presentation of a document written in a markup language.
__________________

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.
BryceBrady 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 12:39 AM.


Powered by vBulletin Copyright © 2020 vBulletin Solutions, Inc.