| |
|
Welcome to KnowledgeSutra - Dear Guest | |
How Often Do You Use Css?
#1
Posted 17 February 2008 - 11:22 AM
How do you usually use CSS, and how often?
#2
Posted 17 February 2008 - 12:04 PM
If you're still using the font element, you'd better get out of that habit pretty quickly. When HTML5 comes into play, the font element is going to disappear, along with things like the center element and u for underline.
Check the changes to see what will happen with HTML5: http://www.w3.org/TR/2008/WD-html5-diff-20...absent-elements
#3
Posted 17 February 2008 - 05:07 PM
rvalkass, on Feb 17 2008, 07:04 AM, said:
font[color=blue] {
color: blue;
}
center {
text-align: center;
}
u {
text-decoration: underline;
}
etc...
#4
Posted 17 February 2008 - 05:40 PM
#5
Posted 18 February 2008 - 01:21 PM
an example of that are forums, if you have noticed forums with loads of tables and details are loading quicker than you expect.
#6
Posted 18 February 2008 - 01:50 PM
#8
Posted 27 April 2008 - 08:07 PM
Of course, since then they've made XHTML and HTML5 Etc, I tend to use the same basic HTML all the way through
Thanks.
Edited by Wetton, 27 April 2008 - 08:13 PM.
#9
Posted 29 July 2008 - 07:48 AM
Talking about <font> tags, I think we should never talk about about it in future. It is now just a relic. Its officially discarded from html5 and finds no place in any version of xhtml. <font> is purely presentational and it makes the code look horrible! Css wins over it any situations. In past people complained lack of support for css in brosers, bu now what even IE 6 has more than enough support for it. css is easy to maintain. I am surely for the css.
Even beginners should not be taught about font tags. Most often they would just confuse with its code in css. Ok if you are talking about changing specific attributes for text do it via css why you want to go for font tags. I only use css no matter what. In hml of course i sometimes use those codes but only for testing purposes, as you already told it is easier.
Edited by nitish, 29 July 2008 - 07:52 AM.
#10
Posted 29 July 2008 - 08:35 AM
Quote
Quote
Reply to this topic

1 user(s) are reading this topic
0 members, 1 guests, 0 anonymous users














