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

Css codes look like:

.itembox {
font-family: verdana;
}

while html codes look like:
and then

why is that? What difference does it make? and would it be possible to edit one using the other's code? why or why not?

I'm trying to fix my multiply website so i was wondering how i should go about it. am not very familiar with these stuff.

(If you want to check out my Multiply website, just copy and paste www.owstalaga.multiply.co m to your internet browser.)

2007-04-28 02:10:57 · 4 answers · asked by Iya 3 in Computers & Internet Programming & Design

then how about putting html in css? is that possible too???

2007-04-28 22:03:46 · update #1

4 answers

I don't know why exactly, nor did I ever encounter anything in any tutorials that would suggest even an insane hint about why that is so. But, those are basically two distinct and unrelated languages, so you can't mix them.

The only time HTML mixes with CSS is when you embed CSS into HTML via attributes or tags.

Paragraph



In the sources below, you will see links to a couple of very nice plugins for FireFox for manipulating CSS and JavaScript.

The following site will give you a nice intro into most Internet technologies:

http://www.w3schools.com/

2007-04-28 02:23:39 · answer #1 · answered by Anonymous · 2 0

CSS has a listing syntax style. If you look at more complete CSS statements, for example:

body {
font-family: arial;
color: blue;
margin: 5px 5px 5px 5px;
}

you are listing style definitions for the specified element (in this case the 'body' HTML tag).

The purpose of CSS is to keep a consistent looking website spread over many web pages. This saves time and code writing when creating multiple page layouts.

2007-04-28 18:54:53 · answer #2 · answered by Robert H 1 · 0 0

once you're fairly fascinated in those products, you're gonna do great. once you're searching for speedy solutions, the different. i could start up with discovering HTML. Then CSS, and in line with probability JavaScript in case you get into making issues seem exciting on demonstrate. Then it relies on what you're employing for a sq. and cyber web server. I want MySQL and Apache, yet it is by using fact i'm a style of LAMP peoplez. All have their very own experts and cons at that element. with any luck effectual, and helpfully hopeful, - Chase

2016-10-14 00:01:04 · answer #3 · answered by Anonymous · 0 0

CSS describes the "skin" while HTML describes the "bones". So in the case you described, the .itembox is described is just in a particular font (appearance) while the is a structure (bone, could be in *any* font, *any* appearance).

2007-04-28 03:01:56 · answer #4 · answered by fjpoblam 7 · 1 0

fedest.com, questions and answers