CSS, and html |
CSS, and html |
Dec 12 2004, 06:56 PM
Post
#1
|
|
![]() Star of Berryz ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 406 Joined: May 2004 Member No: 15,033 |
What's the different between CSS and html? I'm confused//
|
|
|
|
![]() |
Dec 12 2004, 06:58 PM
Post
#2
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
i dont know..
but html is like <font="arial">blahblah</font> <font color=blue>blahblah</font> <font size=2>asdalsdj</font> <b>asldjads</b> You get the point. That's HTML. CSS.. i have no idea what it is. |
|
|
|
Dec 12 2004, 07:00 PM
Post
#3
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 5,585 Joined: Aug 2004 Member No: 38,082 |
CSS is the part where you change the scrollbar colors and everything else. it's a stylesheet.
|
|
|
|
Dec 12 2004, 07:01 PM
Post
#4
|
|
![]() define our lives for us. ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 11,656 Joined: Aug 2004 Member No: 43,293 |
oh... well there's your answer.
and thanks.. now I know what CSS is. |
|
|
|
| *mona lisa* |
Dec 13 2004, 12:51 AM
Post
#5
|
|
Guest |
in html, you use tags and stuff like this..
<font="arial">blahblah</font> <font color=blue>blahblah</font> <font size=2>asdalsdj</font> but in css, you put stuff like this: <style type=text/css> /* remove regular modules */ texttable.left, td.mainleft, table.left, table.navigation, table.search{display:none} table.blogbody tr td {width:0px; padding: 0px;} </style> something like that. |
|
|
|
Dec 13 2004, 07:03 AM
Post
#6
|
|
![]() Star of Berryz ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 406 Joined: May 2004 Member No: 15,033 |
soo... u usally use both of them in a layout?
|
|
|
|
![]() ![]() |