In our previous Salesforce Developer Tutorial we have learned about action components in Salesforce. In this Salesforce Training Tutorial we are going to learn about Primitive components in Salesforce.

What are primitive Components?

Primitive Components.

Some of the primitive components are as follows

OutputPanelOutputText
OutputinkImage
includescriptstyleSheet
iframe

primitive components

Generally With regular HTML tags we are able to increase the size of the page, loading time and also able to hide javascript and CSS but visualforce provides attributes to improve performance of the page. We can not insert JavaScript and CSS directly into the HEAD like HTML but in visualforce pages it is not possible where duplication of scripts and stylesheets are not possible.