|
CSS USE
|
|
01-01-2010, 09:44 PM
Post: #1
|
|||
|
|||
|
CSS USE
Hello
Anyone can tell me that what is the use of CSS in websites and where it's declare?? dsi r4 |
|||
|
05-19-2010, 10:11 AM
Post: #2
|
|||
|
|||
|
RE: CSS USE
CSS is used to style web pages. Styling can include anything from basic text/link styling to more advanced background and border styling. It is declared in the header section of the html document. Refer to the example below.
Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">There is also another form of CSS styling that is called "inline styling." This is when the "style="" is used. Also, see the example below. Code: <a href="http://google.com" style="color: black;">Google</a> |
|||
|
« Next Oldest | Next Newest »
|

Search
Member List
Calendar
Help


