How will you ensure that all the buttons are of the same size (150 pixels) and they look uniform?

You have 5 buttons in a region. These buttons are of style “HTML Button”. Each button is of
a different size (depending on the name of the button). How will you ensure that all the
buttons are of the same size (150 pixels) and they look uniform?

You have 5 buttons in a region. These buttons are of style “HTML Button”. Each button is of
a different size (depending on the name of the button). How will you ensure that all the
buttons are of the same size (150 pixels) and they look uniform?

A.
The size of an HTML Button is always decided based on the label of the button.

B.
Select the button type as “Template Driven”. Choose the same template for each button.

C.
Set the button attribute for each button to style “width: 150px”.

D.
Change the button style to “Image. Create an image-based button of same size for each
of the buttons and use them in the application.



Leave a Reply 0

Your email address will not be published. Required fields are marked *