ColdFusion Question:
Download Questions PDF

How would you format some text using css to be verdana and bold?

Answer:

.myfontclass {
font-family: Verdana;
font-weight: bold;
}

Download ColdFusion Interview Questions And Answers PDF

Previous QuestionNext Question
How would you declare an inline css to format the table with a background color of yellow and give the table cell a right margin of 10 pixels?What is the working process for Application.cfm?