Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
<apex:page standardController="Account" > <html> <style type="text/css"> .classOne { border-style: solid; border-color: coral; } </style> <body> <div class="classOne"> Name :{!account.Name} <br/> Rating :{!account.Name} </div> <div class="classOne"> Name :{!account.Name} <br/> Rating :{!account.Name} </div> </body> </html> </apex:page>