HTML Vs CSS

Aleksander1

Beta member
Messages
2
I am going to devlope my new site through coding. I am going to ask which is better for this purpose
It may be CSS or HTML?
 
I'm not 100% convinced this isn't automated spam, but anyway...

HTML and CSS are two very different things, and they're used in tandem together to develop most sites. CSS deals with the style side of things, i.e. how the elements should be displayed on a page, and HTML deals with the content.

If you want any more info you'll have to provide much more detail - but I'd really suggest Google as a first stop. There's lots of resources out there on both of the above.
 
Hello :)

as Mr. berry120 said, any design is formed by:
1. HTML ( and it is better to use XHTML ) visit http://w3.org
2. CSS
you can't escape from using both of them, and this is according to web 2 rules.

- design MUST be completely segregated about content

regards
 
Using HTML you cont able to create a good design of website.But combine with CSS you can able to create an good design and it reduces repeated codes.
 
Back
Top Bottom