Need help with this review question(Web Programming) In CSS, the…

QuestionAnswered step-by-stepNeed help with this review question(Web Programming) In CSS, the…Need help with this review question(Web Programming)In CSS, the __________ property is used to set an element’s text alignment: Question 1 options:  text-align   align   word-align   center   text_align  Question 2 (0.4 points)  What property of a MySQLi object will hold a text description of any database connection issues? Question 2 options:  connect_error   connect_log   connect_exception   connect_status   connect  Question 3 (0.4 points)  Select the correct anchor tag to link to the following anchor tag:< a name="bottom">< /a> Question 3 options:  < a href="#bottom">< /a>   < a name="#bottom">< /a>   < a name="bottom">< /a>   < a href="+bottom">< /a>   < a href="$bottom">  Question 4 (0.4 points)  In JS, which of the following does not correctly create an array? Question 4 options:  var myarray = new Array();   var myarray = [3, 4, “Cool”, 7];   var myarray = new Array(“hello”,”hi”,”greetings”);   var if = new Array[10];   None of the above  Question 5 (0.4 points)  What is the proper way to define a class selector of ‘alternate’ in CSS? Question 5 options:  #alternate   $alternate   .alternate   alternate {}   input[type=’alternate’]  Question 6 (0.4 points)  When creating a class in PHP, the default visibility of a method is: Question 6 options:  Protected   Public   Private   Public   None of the above  Question 7 (0.4 points)  With what command can you write the string ‘This is a sentence’ to a file opened in write mode? Question 7 options:  fwrite($handle, ‘This is a sentence’);   fput($handle, ‘This is a sentence’);   fappend($handle, ‘This is a sentence’);   fread($handle, ‘This is a sentence’);   fadd($handle, ‘This is a sentence’);  Question 8 (0.4 points)  In PHP, how can you assign default values to arguments that are passed to a function? Question 8 options:  Assign the default value to the variable before the function declaration.   Assign the default value to the variable before calling the function.   Assign the default value to the variable within the function parentheses.   Assign the default value to the variable inside the function implementation.   Assign the default value to the variable after calling the function.  Question 9 (0.4 points)The php array function ______ will randomize the order of an array elements. Question 9 options:  random   shuffle   shufle   randomize   none of the above  Question 10 (0.4 points)Which are the valid input types form an input element (< input >)? Question 10 options:  input, reset   submit, reset   submit, input   textbox, radio   password, input   Engineering & TechnologyComputer ScienceCS 111Share Question