Click to See Complete Forum and Search --> : Does CSS create html text on web pages?


Rianna
04-05-2006, 02:46 AM
Hi, does CSS create html text on web pages? Most search engines search for html text so I need to be sure. Thanks you. Rianna

jogol
04-05-2006, 03:22 AM
CSS just defines how to display HTML elements

toicontien
04-05-2006, 02:27 PM
You can generate limited content using CSS, but if the content is a vital part of the page, and not used as a design element, then the content should be included in the markup, not generated using CSS.

felgall
04-05-2006, 06:03 PM
HTML for content
CSS for appearance

Kevey
04-05-2006, 06:11 PM
HTML makes the text on your web page. "This is the text on my page"

CSS (if you use it) tells the visitor's browser that the text on your html page is green 12 pt Arial, Bold and centered on the page...or anything else you specify.
This is a VERY generic view of CSS...it can do hundreds of other cool things as well.

"This is the text on my page because of CSS"