function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Sree SalesforceSree Salesforce 

html files,css files how can i access to vf page

Ashish_SFDCAshish_SFDC
Hi , 


We can directly use HTML tags in Visualforce page under Apex main tags, 

The Syntax for CSS is below, where you have to save CSS in salesforce and give the path. 

<apex:stylesheet value="{!URLFOR($Resource.customCSS, 'customCSS.css')}"/>


Regards,
Ashish
SamuelDeRyckeSamuelDeRycke
In addition to Ashish,  those CSS, or JS files can be uploaded into static resources. Once they are available as a static resource, you can refer to them from Visualforce as Ashis shows.

Have a look at the documentation: https://www.salesforce.com/us/developer/docs/pages/Content/pages_resources.htm