answersLogoWhite

0

XHTML and CSS are both languages that are used to make web pages.

XHTML is very similar to HTML and serves the same purpose. XHTML & HTML are both used to set the structure of the page - to define images, links, text, headlines, etc.

CSS (Cascading Style Sheets) is used to define the style of the page - colors, spacing, etc.

If you were to think of a web page as a person, XHTML would be the skeleton, and CSS would be the skin, clothing, make-up, etc.

User Avatar

Wiki User

16y ago

What else can I help you with?

Related Questions

How long until you can use xhtml 2 and css 3.0?

XHTML 2.0 exists, and is ready for use. CSS 2.0 is a bit recent (at the time of writing), and because of that, CSS 3.0 probably won't be coming out for awhile.


What are the requirements for valid XHTML coding syntax?

The requirement for a valid XHTML is that all the tags should be closed. This is actually the difference between HTML and XHTML.


What should you known to study java script?

Xhtml/html & css


What are the effects of Depreciated tags on XHTML pages?

nothing at the moment, but as browsers are updated they will eventually not work in html/xhtml, css ect


What property in the XHTML link tag when configuring CSS to display a printed page?

If you mean: When configuring CSS to display a printed page, what property is used in the XHTML link tag?The answer is: the media attribute or media="print"Example:


Which type of CSS is coded in the body of the web page as an attribute of an Xhtml tag?

Embedded


What are the differences between htmlxmlsgml and xhtml?

basikly xhtml is a mics of html and xml. the difference in html and xhtml is that xhtml is a more strict on the syntax and defined as a xml document. xml is a self defined language... in short it is a strikter html in xml format...


How does CSS and XHTML work together?

You code the webpage with XHTML and you add a Cascading Style Sheet for the styles, linking to it in the head of the XHTML page. It is also possible to incorporate the style directly into the head of the XHTML webpage.


What is case sensitivity of css?

Although, there are no case-sensitivity of CSS, nevertheless font families, URL's of images, etc is. Only when XML declarations along with XHTML DOCTYPE are being used on the page, CSS is case -sensitive.


Difference between inline and internal css?

Inline CSS sits within the HTML tag.For example: your text hereWhen using Internal CSS, all the CSS instructions sit in the section between your css here tags.To use Internal CSS you have to tell the page that you want it to use the css whilst Inline CSS is run automatically as the page is read.


How do you install CSS on Vista?

You don't install CSS onto your computer. CSS is programming langauge, which is programmed by an individual. CSS is used to create styling on a website. To create CSS you would normally install a text editor and link your XHTML file(s) to the CSS file. For this reason CSS can programmed on any operating system, including Vista.


What are the Differences between style sheet and templates?

Templates can be composed of HTML/XHTML files, images, and a CSS file. They all work together to make a site, but the CSS has the control over how it looks. A CSS file by itself is just that. A CSS file of no use until it is linked to bt web pages to use its styling properties.