The Quiz World
Home
>>
PHP Web Development Quiz
>>
All Questions
>> Question
Which property is used to change the background color ?
Options:
A) bgcolor
B) background-color
C) backgroundcolor
D) color
Answer : background-color
PHP Web Development Quiz
Questions
What will be the output ?
FUNCTION SAYHELLO()
{
ECHO "HELLO WORLD";
}
sayhello();
?>
The PHP syntax is most similar to...