How to Change Text Color in Visualforce Page?

Sample Code :

<apex:page standardController="Account">

    <font color="red">

        <apex:outputText value="{!Account.Name}"/>

    </font>

</apex:page>



Follow Us

Posted By : Sudeer Kamat Date :

view_module Related

label Labels

Comments 0