English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I'm a beginner . .

2006-09-02 04:14:22 · 3 answers · asked by in_veera 2 in Computers & Internet Programming & Design

3 answers

css is very simple to learn... just chk out:

http://www.htmlhelp.com/reference/css/

http://www.csstutorial.net/introductionCSS.php

http://www.webmonkey.com/webmonkey/98/15/index0a.html

http://www.smartwebby.com/web_site_design/css_styles_tutorial.asp

http://www.htmlhelp.com/reference/css/style-html.html

this will help u :)

--
Balakumar Muthu
http://i5bala.blogspot.com

2006-09-02 04:23:04 · answer #1 · answered by i5bala 2 · 0 0

You have three methods to use CSS in HTML:
1) You can write all CSS in a separate file .css and include it into your HTML using
2) You can write the css in the HTML after the within
3) You can write CSS attributes for each HTML element using the style attribute in the tag.
This tutorial is suitable for beginners http://www.w3schools.com/css/default.asp

2006-09-02 04:23:46 · answer #2 · answered by Anonymous · 0 0

If you're just beginning, try using inline styles within your HTML document first to get a feel for how things get affected.

Normal HTML:

This is my headline



With inline styles:

This is my headline

2006-09-02 05:30:56 · answer #3 · answered by achtungbaby 3 · 0 0

fedest.com, questions and answers