One of the great features of HTML_CSS is to parse and load existing style sheet from different data sources : (simple string, css file, combine). We will see in detail all these possibilities with 3 methods :
HTML_CSS::parseString(),
HTML_CSS::parseFile() and
HTML_CSS::parseData().