Style Sheets

Are you talking about an XSLT?

XSLT (Extensible Stylesheet Language Transformations) is a language for transformingXML documents into other XML documents[2], or other objects such as HTML for web pages, plain text or into XSL Formatting Objects which can then be converted to PDF, PostScript and PNG.[3]
Typically, input documents are XML files, but anything from which the processor can build an XQuery and XPath Data Model can be used, for example relational database tables, or geographical information systems.[4]
The original document is not changed; rather, a new document is created based on the content of an existing one.

http://en.wikipedia.org/wiki/XSLT

Also see: http://www.w3schools.com/xsl/

They are basically used to format a display page from the data shipped by an XML document. In this manner a different XSLT could be used to format the data differently for deferent applications. The style sheets can be shipped along with the XML or stored locally.
 
You're going to have to read up on CSS to understand that.

What is your experience with HTML like?

Basic experence with HTML like how to write a simple site with a picture and different text, link and BG colours.

I.E <h2>TEST text</h2> (is that right </h2>?)

I know more javascript and SQL then HTML.
 
Hey there!


With basic knowledge like that of HTML, CSS won't be an issue. I personally started with front end development and picked up php and SQL fairly quickly.

Best of luck. :) If I can help in any way, just shoot me a PM.

Thanks!
 
Back
Top Bottom