NEW
Font size
WorksheetsHTML, CSS, JavaScript, and PHP Quiz
Total questions: 15
Worksheet time: 8mins
What attribute specifies the destination address of a hyperlink?
link
href
src
target
Which of the following is not an HTML list type?
Ordered list
Definition list
Hyperlink list
Unordered list
Which CSS property controls the text color?
font-color
color
text-color
background-color
In CSS, which symbol is used to select all elements inside a specific element?
>
+
*
#
Which event occurs when a user clicks on an HTML element?
onload
onmouseover
onclick
onchange
Which method is used to write HTML output using JavaScript?
console.log()
print()
document.write()
echo()
Which JavaScript keyword declares a block-scoped variable?
var
let
static
new
What is the purpose of a tag in HTML?
To display metadata on a webpage
To define data about a document
To create hyperlinks
To style elements
Which PHP function is used to output text?
print()
write()
show()
display()
Which PHP function is used to find the length of a string?
strlength()
strlen()
count()
size()
Which MySQL command is used to add new data to a table?
INSERT INTO
ADD TO
APPEND
NEW RECORD
Which of the following is a valid PHP variable name?
$9name
$_name
$-name
$name#
What is the default method used by HTML forms if the method attribute is not specified?
GET
POST
REQUEST
FETCH
Which MySQL statement is used to remove a table from a database?
DELETE TABLE
REMOVE TABLE
DROP TABLE
DESTROY TABLE
Which tag is used to insert a horizontal line in HTML?
<line>
<hr>
<br>
<hline>
