This is so simple
1. Go to your Google + account (https://plus.google.com/).
2. Click on the Profile icon on the Left.
3. If you look at the URL in the address bar, it should look something like this:
https://plus.google.com/104653270154306099169/posts
4. The long numerical string in the URL is your Google+ ID. Here is CoderzHeaven’s from the URL above:
104653270154306099169/

CSS = Style Sheets for HTML
HTML uses predefined tags, and the meaning of each tag is well understood.
The table tag in HTML defines a table – and a browser knows how to display it.
XSL = Style Sheets for XML
XML does not use predefined tags (we can use any tag-names we like), and therefore the meaning of each tag is not well understood.
A table tag could mean an HTML table, a piece of furniture, or something else – and a browser does not know how to display it.
XSL describes how the XML document should be displayed!
XSL consists of three parts:
XSLT – a language for transforming XML documents
XPath – a language for navigating in XML documents
XSL-FO – a language for formatting XML documents