chat-orbe (4 posts so far) | | Hi all
Since I am constantly asked is Css, is simply a technology that allows us to create web pages for a more accurate way and is in an evolution of Html, because it allows many things could be using HTML, including margins, fonts, funds, colors....
Therefore to learn Css first thing is to experiment with Html, then you give account to the Html features missing, and from there may begin to understand the Css is necessary. The code Css (cascading style sheets) are written in the HTML code of the web page, and only in advanced design is writes apart.
Then:
each time you add a code should call the "function" (so say it)
always starts with:
Code:
in that iran you "calling" functions (called "classes" in programming) certain code:
When making changes to the body then eg:
Code:
body {color: black; background: white;}
When modifying the margins code e.g.:
Code:
body {}
margin-left: 20%; margin-right: 20%;
}
Things to consider:
within an order you must close with
Code:
;
Comments: / * here are comments, will not be taken into account by the browser * /
Code:
/ * My comments * /
Links:
http://www.w3.org/Style/Examples/011/firstcss.es.html
http://www.tutorial-Enlace.NET/tutoriales-Css.html
http://www.desarrolloweb.com/articulos/26.php
I hope has given them a basic info that can advance in the study and handling of PWG.
Author: Martinp.es.tl
|