Web Design and PHP (PGDCA)
KERALA STATE RUTRONIX Web Design and PHP (PGDCA) Question code: B4 Time: 2 hours Maximum Marks: 100 Note: Write the answers for Questions from 1 to 40 in the MCQ answer sheet Part - 1 Choose the most appropriate answer (20 x 1 Mark = 20 Marks) 1) Choose the correct HTML tag to make a text bold. a) <bb> b) <bld> c)<bold> d) <b> 2) Which of the following is not a browser? a) Internet Explorer b) Opera c) Windows Explorer d) Firefox 3) Which of the following is an invalid variable name in PHP? a) $my_Var b) $myar C) $my-Var d) $my12Var 4) PHP statements are terminated by ............. a) . b) </php> c) ; d) None of these 5) What is the correct syntax to create a pop up "Hello World" in JavaScript? a) response.write("Hello World"); b) document.write("Hello World"); c) alert("Hello World"); d) None of these 6) What is the correct HTML for adding a backgrou...