CSS As Tableless Web Design

-- End Ad Box --->DSSSL or Document Style Semantics and
CSS is one of the most widely used style sheetSpecification Language is a type of style sheet
language since the end of the table website designlanguage which was used as a way to control the
regime. According to several experts, such as thoseelements in a website. Actually, according to many
from Web design Philippines companies, the use ofWeb design Philippines experts, DSSSL was a
CSS was the most successful transition from tablecomputer language used to specify stylesheets for
web designs to tableless web design. Some expertsSGML documents. This is because SGML usually
even call CSS as "tableless website design".contains information which is only machine-readable,
"Tableless Web Design"but not very human-readable format. To present the
The advantage of CSS from table web design wasinformation stored in SGML in a more pleasing or
because of its bandwidth efficiency. In the past,accessible way, a stylesheet language is used. In this
tables were the only method used to control thecase, DSSSL.
elements found in a website. This, however, posedFOSI or Formatting Output Specification Instance is
several problems. Because pages are designed withanother computer language used for SGML which, like
tables nested within tables, this resulted in largeDSSSL, was later moved to XML. FOSI stylesheets
HTML documents which use more bandwidth thanare themselves written in SGML, an approach that
documents with simpler formatting.would later be adopted by XSL. FOSI was
Eventually, the demand for a new method for webimplemented by, among others, Datalogics, Arbortext
design risen, and the talk of tableless website designand X.Systems.
begun to grow. And CSS was one of them. CSSThe advantage of CSS from FOSI and DSSSL is that,
provided a way for websites to consume lesserunlike these style sheet languages, CSS allowed a
bandwidth through the separation of the documentdocument's style to be influenced by multiple style
from the layout of the website. However, beforesheets. According to Web design Philippines
CSS was introduced in the market, several otherspecialists, CSS allows one style sheet could inherit or
style sheet languages were used as an alternative to"cascade" from another, permitting a mixture of
the use of tables. These includes the DSSSL andstylistic preferences controlled equally by the site
FOSI.designer and user.