What is PHP?
What is the latest stable version of PHP?
What is the correct way to end a PHP statement?
Which symbol is used to comment out a single line in PHP?
What is the purpose of the PHP function "echo"?
Which PHP data type is used to store whole numbers?
How do you declare a variable in PHP?
What is the scope of a local variable in PHP?
What is the scope of a global variable in PHP?
What is the difference between single quotes (') and double quotes ("") in PHP string literals?
How do you concatenate two strings in PHP?
What is the difference between == and === in PHP?
What is the ternary operator in PHP, and how is it used?
How do you define a constant in PHP?
What is the purpose of the include statement in PHP?
What is the purpose of the require statement in PHP?
What is the difference between include and require in PHP?
What is the difference between include_once and include in PHP?
What is the difference between require_once and require in PHP?
How do you create a function in PHP?
What is a parameter in a PHP function?
How do you call a function in PHP?
What is a return statement in PHP, and why is it used?
Explain the concept of variable variable names in PHP.
What is an associative array in PHP?
How do you add an element to an associative array in PHP?
How do you access an element in an associative array in PHP?
What is the foreach loop used for in PHP?
How do you check if a variable is set in PHP?
What is the purpose of the unset function in PHP?
How do you check if a file exists in PHP?
How do you open and close a file in PHP?
What is the difference between fopen and file_get_contents for reading files in PHP?
How do you write data to a file in PHP?
What is the purpose of the array_push() function in PHP?
What is the purpose of the array_pop() function in PHP?
What is the use of the array_unshift() function in PHP?
What is the purpose of the array_shift() function in PHP?
What is the use of the array_flip() function in PHP?
What is the purpose of the array_keys() function in PHP?
What is the use of the array_values() function in PHP?
What is the purpose of the array_key_exists() function in PHP?
What is the use of the array_combine() function in PHP?
What is the purpose of the array_intersect() function in PHP?
What is the use of the array_diff() function in PHP?
What is the purpose of the array_merge() function in PHP?
What is the use of the array_push() function in PHP?
Write a PHP program to display "Hello, World!"
Write a PHP program to declare a variable named "num" and assign it the value 42
Write a PHP program to add two numbers, 5 and 3, and display the result
Write a PHP program to check if a number is even or odd
Write a PHP program to find the factorial of a number
Write a PHP program to check if a string is a palindrome
Write a PHP program to find the sum of all even numbers from 1 to 100
Write a PHP program to find the largest number among three numbers
Write a PHP program to print the first 10 natural numbers
Write a PHP program to reverse a given string
Write a PHP program to count the number of words in a given sentence
Write a PHP program to find the length of a given string
Write a PHP program to find the square root of a given number
Write a PHP program to generate a random number between 1 and 100
Write a PHP program to find the sum of digits of a given number
Write a PHP program to find the largest element in an array
Write a PHP program to check if a number is prime
Write a PHP program to find the Fibonacci series up to a given number
Write a PHP program to find the LCM of two numbers
Write a PHP program to reverse an array
Write a PHP program to find the number of vowels in a given string
Write a PHP program to check if a string is a valid email address
Write a PHP program to find the factorial of a given number using recursion
Write a PHP program to find the second largest element in an array
Write a PHP program to remove duplicates from an array
Write a PHP program to sort an array in ascending order
Write a PHP program to find the sum of all prime numbers between 1 and 100
Write a PHP program to check if a year is a leap year
Write a PHP program to find the power of a number
Write a PHP program to find the GCD of two numbers
Write a PHP program to find the sum of all odd numbers from 1 to 100
Write a PHP program to find the average of an array of numbers
Write a PHP program to find the smallest element in an array
What does HTML stand for?
Which HTML tag is used to create a hyperlink?
What is the correct HTML element for the largest heading?
Which HTML tag is used to define an unordered list?
Which HTML tag is used to define a table row?
What is the correct HTML for creating a hyperlink?
Which HTML tag is used to define a paragraph?
Which HTML attribute is used to specify that an input field must be filled out?
What is the correct HTML for adding a background color?
Which HTML element is used to display a scalar measurement within a range?
Which HTML element defines navigation links?
What is the correct HTML for inserting an image?
What is the correct HTML for creating a hyperlink to another website?
What is the purpose of the HTML element?
What is the correct HTML for inserting a line break?
Which HTML tag is used to define a list item?
What does CSS stand for?
Which CSS property is used to change the text color of an element?
Which CSS property is used to change the background color of an element?
Which CSS property is used to change the font size of an element?
How do you add comments in CSS?
Which CSS property is used to make text bold?
Which CSS property is used to underline text?
How do you select an element with id "demo" in CSS?
How do you select elements with class "example" in CSS?
Which CSS property is used to control the space between lines of text?
Which CSS property is used to control the space between the letters of text?
Which CSS property is used to control the alignment of text?
What is the purpose of the CSS z-index property?
Which CSS property is used to add rounded corners to an element?
Which CSS property is used to create a shadow effect on text?
What is the correct CSS syntax for making all the
elements bold?
What is the correct CSS syntax for changing the font of an element to Arial?
How do you group multiple selectors in CSS?
What is the purpose of the CSS float property?
Which CSS property is used to control the transparency of an element?
What is the purpose of the CSS display property?
How do you make a list that lists its items with squares?
Which HTML tag is used to define an internal style sheet?
What is the correct HTML for referring to an external style sheet?
Which property is used to change the left margin of an element?
What is the purpose of the CSS position property?
How do you make a background image repeat horizontally in CSS?
What is the correct HTML for creating an email link?
What is the correct HTML for creating a button?
Which CSS property is used to control the width of an element?
What is the correct HTML for creating a checkbox?
How do you make a text input field required in HTML?
What is the purpose of the HTML
How do you create an ordered list with numbers in HTML?
Which HTML tag is used to define a hyperlink?
How do you create a new paragraph in HTML?
What is the correct HTML for creating a radio button?
What is the correct HTML for creating a drop-down list?
What is the correct HTML for creating a text input field?
What is the correct HTML for creating a submit button?
Which HTML tag is used to define a table?
What is the correct HTML for creating a table header?
How do you create a hyperlink in HTML?
How do you make a text input field read-only in HTML?
What is the correct HTML for creating a numbered list?
Which HTML tag is used to define an external style sheet?
What is the correct HTML for creating a hyperlink to an email address?
How do you create a new list item in HTML?
What is the correct HTML for inserting a background image?
How do you create a comment in HTML?
What is the correct HTML for creating a hyperlink to another website in a new tab?
What is the correct HTML for creating a horizontal line?
What is the correct HTML for inserting a copyright symbol?
What is the correct HTML for creating a hyperlink to a webpage?
How do you create an unordered list with square bullets?
What is the correct HTML for creating a superscript text?
What is the correct HTML for creating a subscript text?
How do you create a hyperlink that will send an email?
What is the correct HTML for inserting a paragraph?
How do you create a hyperlink to another webpage?
What is the correct HTML for creating a text area?
What is the correct HTML for creating a video?
What is the correct HTML for creating a line break?
What is the correct HTML for creating a table?
How do you create an ordered list in HTML?
How do you make a list that lists its items with numbers in HTML?
What is the correct HTML for creating a copyright symbol?
How do you include an external CSS file in an HTML document?
What is the purpose of CSS?
How do you select all paragraphs in CSS?
What is the CSS property used to change the text color of an element?
What does the "box model" in CSS refer to?
How do you center an element horizontally in CSS?
What is the CSS property used to set the background color of an element?
How do you make a text italic in CSS?
What is the CSS property used to control the spacing between lines of text?
What is the CSS property used to change the font size of an element?
How do you create a class selector in CSS?
What is the CSS property used to add shadow to text?
How do you select an element by its ID in CSS?
What is the CSS property used to set the text alignment within an element?
How do you select all links in CSS?
What is the CSS property used to control the style of the bullet in a list?
How do you select the first child element in CSS?
What is the CSS property used to control the spacing between elements?
How do you select all headers (h1 to h6) in CSS?
What is the CSS property used to set the font family of an element?
How do you select all elements with a specific class in CSS?
What is the CSS property used to control the style of a border?
How do you select all elements with a specific attribute in CSS?
What is the CSS property used to control the width of an element?
How do you select the last child element in CSS?
What is the CSS property used to set the opacity of an element?
How do you select elements that are in a specific state, like when hovered over, in CSS?
What is the CSS property used to set the maximum width of an element?
How do you select elements that are visited links in CSS?
What is the CSS property used to set the height of an element?
How do you select the first letter of a paragraph in CSS?
What is the CSS property used to set the margin on the top of an element?
How do you select elements that are being clicked in CSS?
What is the CSS property used to set the padding on all sides of an element?
How do you select elements that have focus in CSS?
What is the CSS property used to set the text decoration of an element?
How do you select elements that have a specific attribute with a specific value in CSS?
What is the CSS property used to set the border color of an element?
How do you select elements that are disabled in CSS?
What is the CSS property used to set the text transform of an element?
How do you select elements that are checked (e.g., checkboxes) in CSS?
What is the CSS property used to set the font weight of an element?
How do you select elements that are not hovered over in CSS?
What is the CSS property used to set the border width of an element?
How do you select the first line of a paragraph in CSS?
What is the CSS property used to set the font style of an element?
How do you select elements that are out of focus in CSS?
What is the CSS property used to set the list item marker style?
How do you select the last line of a paragraph in CSS?
What is the CSS property used to set the border radius of an element?
How do you select the nth child element in CSS?
What is the CSS property used to set the outline of an element?
How do you select the nth-of-type element in CSS?
What does JavaScript stand for?
What is the correct way to declare a JavaScript variable?
How do you comment out multiple lines of code in JavaScript?
What is the result of the following expression: 5 + "5" in JavaScript?
What is the correct way to write a JavaScript array?
How do you add an element to the end of an array in JavaScript?
Which operator is used for strict equality in JavaScript?
What is the result of the following expression: "5" + 2 in JavaScript?
How do you round a number to the nearest integer in JavaScript?
How do you declare a function in JavaScript?
What is the correct way to write an if statement in JavaScript?
How do you add a comment in JavaScript?
What is the JavaScript operator for exponentiation?
How do you create a JavaScript function that takes parameters?
What is the correct JavaScript syntax for referring to an external script called "script.js"?
How do you write a conditional statement for executing some code if "x" is equal to 5 in JavaScript?
What is the JavaScript syntax for creating an object?
How do you call a function named "myFunction" in JavaScript?
What is the result of the following expression: 5 % 2 in JavaScript?
How do you create a JavaScript function that returns a value?
Which event is triggered when a user clicks on an HTML element?
How do you change the text of an HTML element with id="demo" using JavaScript?
What is the JavaScript syntax for writing comments?
How do you create a for loop in JavaScript?