Posts

Showing posts from 2021

PGDCA WEB DESIGNING AND PHP

  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 30 in the MCQ answer sheet  Part -I Choose the most appropriate answer (10 x 1 Mark = 10 Marks) 1) Which of the following tag is used to create an unordered list? a) <ul> b) <ol> c) <unordered> d) <uo> 2) In HTML ................ is an invisible character that takes up one space a) &amp; b) \t c) &nbsp; d) <br> 3) Which among the following element has a closing tag? a) <BR> b) <HR> c) <H1> d) None 4) Which among the following JavaScript codes will give an output 10 a) X='5'+'5'; b) X='5+5'; c) X=5+5; d) b & c 5) What will be the output of the PHP code given below? <?php $x = "test"; echo '$x'; ?> a) test b) '$x' c) $x d) "test" 6) Which statement is used to open a link in new browser window a) <a href="url&