html5andphp: Basic of css

Friday, 19 July 2013

Basic of css

Whate is css?


Css stand for “Cascading style sheet”.It is used to formatthe layout of web pages.They can be used to define text style such as text decoration,text font ,text color and table size ,define link’s color. Mainly css depend upon colors.

Css define how html tag work.We define how a particular tag work and also define properties of tag.It is used to create uniform look hole of web site.These style sheets can then be applied to any Web page.


What can I do with CSS?

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. See in next posts.

HTML can be used to add layout to websites. But CSS offers more options and is more accurate and sophisticated. CSS is supported by all browsers today.

Advantages of  CSS?



CSS was a revolution in the world of web design. The concrete benefits of CSS include:
  1. control layout of many documents from one single style sheet;
  2. more precise control of layout;
  3. apply different layout to different media-types (screen, print, etc.);
  4. numerous advanced and sophisticated techniques.

Diffrence between html and css??


1. Html stand for Hypertext Markup Language very basis language in use of web page creation,Whilecss Stand for Cascading style sheet ,It is used to create formate of website which apply all the web pages using single css code.
2. Html is quite simple with few keyword while css have big amount of properties and also not a simple language as html.
3. Htmlcan not define custom tag while css define custom tags.
5. Css design apply hole of website while html code not apply hole web site.
6. html used different code for different page while css used same code for hole site.  

Significance of CSS

If properly applied, CSS can give a designer the ability to separate content and
presentation. However, not all Web designers are convinced that CSS are reliable tools
or that content and format should be separated at all in Web publishing.

Which software use to create css code??


CSS can be created by using a normal text editor, Such as notepad and notepad ++ which is similar to creating HTML
Code. And also  use Dreamweaver.



No comments: