Wednesday, March 20, 2013

CSS

The html.net reading is mainly about showing how similar html and CSS are to one another. Example that they use is looking at the codes for body color.
   html code= <body bgcolor="#FF0000">
   css= body {background-color: #FF0000;}
The only from this reading that gives me the heebie jeves is the linking of the style sheet. It probably will not be to bad once I get more use to actually working within dreamweaver.

Dave Raggett's introduction just added so much more. I as I was reading through his article so it was interesting but it just pilled more information on top of what we are already learn. Maybe because I been feeling off since we returned from spring break but all of the information that was just presented in front of me in this article is just through one ear and out the other. What I get out of the article is that it is reinforcing what we have read in Osborne and also the earlier article. This article reminds us that earlier browsers are not compatible with CSS. It also reminds us that we need to be careful when we choose colors for our website we need to keep in mind that about 10% of the population is color blind.


No comments:

Post a Comment

Note: Only a member of this blog may post a comment.