Activity Forums Salesforce® Discussions How to declare Salesforce Visualforce Page as HTML5?

  • shariq

    Member
    September 22, 2018 at 5:00 pm

    <apex:page docType="html-5.0" />

  • Parul

    Member
    September 22, 2018 at 5:55 pm

    There is a docType attribute in <apex:page> component you can set that to html-5.0

    For Example

    <apex:page docType="html-5.0" />

  • Parul

    Member
    September 22, 2018 at 5:58 pm

    the declaration visualforce page as: <apex:page docType=”html-5.0″ />

Log In to reply.

Popular Salesforce Blogs

Popular Salesforce Videos