a) <del>
b) <time>
c) <ins>
d) <form>
Answer: d
Explanation: datetime shows the date and time related with the element. Commonly use with <del>, <time>, <ins> elements. <del> is use with cite attribute, <ins> is also use with cite attribute, <form> element is use with various attributes like accept, action, accept-charset etc.
Related Posts
Which one is not a data type in PHP?
Which function sets the file filename’s last-modified and last-accessed times?
What will be the output of the following PHP code?
<?php
$a = 1;
$b = 2;
$c = 3;
echo ($a * (($b) – $c));
?>PHP variables are case-sensitive?
Which one of the following function is capable of reading a specific number of characters form a file?
Which one of the following PHP function is used to determine a file’s last access time?
A variable name can only contain ____________?
Join The Discussion